> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] 
> Subject: Detecting out-of-memory condition

> We have noticed that after a certain amount of continuous uptime, Tomcat 
> eventually runs out of memory.

Your app has a memory leak.

> At any rate, is there a good way specific to Tomcat, to detect an 
> out-of-memory condition, so that Tomcat can be shut down (abended if 
> necessary) and restarted?

There's nothing specific to Tomcat, since it's the JVM running out of memory, 
not Tomcat.  Here's a guide for troubleshooting:
http://www.oracle.com/technetwork/java/javase/memleaks-137499.html

 - 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