Leon Rosenberg wrote:
> Any opinions, is that a bug in tomcat or is it inescapable after an OOME?

OOME will kill Tomcat. I have seen it struggle on after an OOME but it
always dies shortly afterwards.

You need to get a profiler (I use YourKit) and find out what is using
all the memory. Then: fix the leak if there is one; report a bug in
Tomcat it it has a memory leak (fairly unlikely these days); add ram
to the machine; or reduce the load on the machine.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to