Hi all,

I'm using Tomcat version 5.5.30, and I'm having a serious issue: Tomcat 
unexpectedly shuts down, I have my JVM tuned with enough memory and many option 
that warranty proper garbage collector and monitoring:

-Xms5000m
-Xmx5000m
-XX:MaxPermSize=256m
-XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyFraction=20
-XX:+ExplicitGCInvokesConcurrent
-XX:+CMSIncrementalMode
-XX:+PrintGCDetails
-XX:+PrintGCTimeStamps
-verbose:gc
-Xloggc:logs/garbage-collection.log

However Tomcat fails quite often, no trace information can be found in logs, 
neither my app logs nor tomcat logs.

Tomcat is hosted in a centos server, jvm is 1.6.0_17-linux-amd64. 

Any suggestion is welcome, thanks in advanced.

 



                                          

Reply via email to