Yes, 64-bit hotspot server vm. -----Original Message----- From: Mark Thomas [mailto:[email protected]] Sent: dinsdag 17 februari 2009 16:23 To: Tomcat Users List Subject: Re: Fatal error: Cleaner terminated abnormally
Taylan Develioglu wrote: > Following the gc trail, it looks like an oom situation (maybe a mem leak > in our application, our heapsize is 4GB), is it normal behavior for > tomcat to destroy itsself like this? Are you on a 64-bit JVM? If not, the process heap is limited to 4GB so the Java object heap (set with Xmx) needs to allow for this. I would use 3.5GB as a starting point. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
