> From: S Arvind [mailto:arvindw...@gmail.com]
> Yeah daily atleast once Out-of-memory will raise and we will
> restart the tomcat.

As the amount of free memory goes down, the JVM will have to collect garbage 
more and more frequently, until you get the symptoms you see where it is 
spending most of its time in GC.

You can prove it's a memory leak by increasing the amount of RAM available to 
the JVM.  If you still run out of memory - but a little later - it's almost 
certainly a leak.

                - Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to