|
From: DJP JEAN-P. D. <Dom...@de...> - 2009-02-06 16:05:32
|
Hello, I'm actually meeting Out of Memory in my production environment. I configured jvm so that I get a heap dump when the oome is raised. So the I met out of memory, but wrapper did not let jvm the time to dump the heap : INFO | jvm 1 | 2009/02/06 15:56:33 | java.lang.OutOfMemoryError: Java heap space INFO | jvm 1 | 2009/02/06 15:56:33 | Dumping heap to c:\dumps\java_pid2308.hprof ... ERROR | wrapper | 2009/02/06 15:56:48 | JVM appears hung: Timed out waiting for signal from JVM. ERROR | wrapper | 2009/02/06 15:56:48 | JVM did not exit on request, terminated STATUS | wrapper | 2009/02/06 15:56:49 | JVM Restarts disabled. Shutting down. I thought wrapper.disable_restarts=TRUE would let time the jvm to do the dump, but it didn't. What parameter should I use so that I get the full dump ? What would be really cool is that I got the heap dump and that wrapper automatically restart the jvm *after*. Can someone help me ? Best regards, dom |