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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to