GC setting is:
Min, max, total JVM size (-Xms -Xmx)
JVM_SIZE="-Xms24g -Xmx24g"
New Generation Sizes (-Xmn)
JVM_SIZE_NEW="-Xmn2g"
Type of Garbage Collector to use
JVM_GC_TYPE="-XX:+UseConcMarkSweepGC -XX:+UseParNewGC"
Tuning options for the above garbage collector
JVM_GC_OPTS="-XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=75 -XX:SurvivorRatio=8 -XX:+CMSParallelRemarkEnabled -XX:+CMSScavengeBeforeRemark -XX:+UseCMSCompactAtFullCollection -XX:+CMSClassUnloadingEnabled"
Maybe 24g is too bigger for CMS?
2014-03-03T19:34:10.687+0800: 74.121: [GC [1 CMS-initial-mark: 1431731K(23068672K)] 3170863K(24956160K), 0.8289630 secs] [Times: user=0.83 sys=0.00, real=0.83 secs] Total time for which application threads were stopped: 0.8294730 seconds