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.
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
Edit your Comment