Profile Image
ksdob85

How to tune my service?

How to tune my applaction? JDK 1.6 Current jvm arguments:

-XX:MaxPermSize=128m 
-XX:+UseCompressedOops 
-XX:+UseConcMarkSweepGC 
-XX:+UseParNewGC
-XX:+CMSParallelRemarkEnabled
-XX:-ReduceInitialCardMarks 
-Xms34g 
-Xmx34g 
-Xmn2g 
-XX: 
-XX:+PrintGCDateStamps 
-XX:+PrintGCDetails 
-XX:-OmitStackTraceInFastThrow


Report URL - https://gceasy.io/my-gc-report.jsp?p=c2hhcmVkLzIwMjQvMDkvMTIvaWRlbnRfZ2NfMjAyNDA5MTJfb25lX2RheS50eHQtLTYtMTQtMzc=&channel=WEB

    Please Sign In or to post your comment or answer

    Profile Image

    Unni Mana

    Hello ksdob85,

    Your application is generating a huge data and based on the given JVM arguments, try to increase this value:  -Xmn2g:

    This will increase the size of Young GC.

    Got something else on mind? Post Your Question