> From: Robert Harper [mailto:[EMAIL PROTECTED] 
> Subject: RE: Tomcat 5.0.28 memory leak
> 
> I have a similar problem with 1.4.2_07-b05. My app runs with 
> very little traffic but as time goes on, the system runs out 
> of memory even though there is plenty of idle time for the gc
> to do it's thing.

That's a classic description of a Java application memory leak -
something in your webapps is hanging on to object references that are no
longer needed.  Forgetting to remove dead entries from hash maps is one
common example.  You need to run a heap profiler.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to