> From: Randall Smith [mailto:rand...@tnr.cc]
> Subject: Free Memory Dropping At Idle
> 
> After the processing is complete, the free memory as reported
> by Tomcat cycles down, each time having a lower peak and valley
> until it almost reaches 0.  Then when it's about to hit 0 M,
> it's all freed up.

What you're describing is perfectly normal behavior - that's the way garbage 
collection works.  You only have a leak if the heap space in use immediately 
after a full GC appears to be increasing over time.

 - 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to