Open
Description
Java HotSpot(TM) 64-Bit Server VM (24.80-b11) for linux-amd64 JRE (1.7.0_80-b15), built on Apr 10 2015 19:53:14 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
Memory: 4k page, physical 16333776k(6882328k free), swap 2097144k(2097144k free)
CommandLine flags: -XX:GCHeapFreeLimit=10 -XX:GCTimeLimit=80 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/Data/test/bin/ -XX:InitialHeapSize=2608857088 -XX:MaxHeapSize=2608857088 -XX:MaxPermSize=536870912 -XX:+PrintGC -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+UseCompressedOops -XX:+UseGCOverheadLimit -XX:+UseLargePages -XX:+UseParallelGC -XX:+UseParallelOldGC
This log:
gcstats.log.txt
Is depicted as:
Both by 1.34.1 and a current build. The problem is the same Total time for which application threads were stopped: 51.4019890 seconds
seems to be depicted twice: as a GC pause (the green line) and as a VM operation (the red rectangle).
This event has a timestamp of 13:04:03. For context, at 13:04:14 the server logged an OutOfMemoryError. I suspect this 51 second pause is a failed Full GC. Or a heap dump. Or both.