> From: Carl [mailto:c...@etrak-plus.com]
> Subject: Re: Tomcat dies suddenly

> I am hoping I can see failure at the point of failure
> with the heap dump options

That won't have any effect on the Linux OOM killer.  If it is the OOM killer 
taking out Tomcat, the JVM will not receive any notification - all threads will 
just be terminated with extreme prejudice.  There won't be a chance for the 
heap dump to happen.

>From what you've observed, it sounds like something other than the heap may be 
>eating up process (and real) memory space.  Have you monitored actual real 
>memory usage of the process as it's running?  (Can't be done from inside the 
>JVM; you'll need Linux-specific tools for this.)

 - 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