Skip to content

Instantly share code, notes, and snippets.

@arya
Created November 28, 2012 06:42
Show Gist options
  • Save arya/4159460 to your computer and use it in GitHub Desktop.
Save arya/4159460 to your computer and use it in GitHub Desktop.
gc.log
{Heap before time travel invocations=2863 (full 0):
par new generation total 26424128K, used 23502462K [0x00007f5be2710000, 0x00007f62e2710000, 0x00007f62e2710000)
eden space 23488128K, 100% used [0x00007f5be2710000, 0x00007f617c0b0000, 0x00007f617c0b0000)
from space 2936000K, 0% used [0x00007f622f3e0000, 0x00007f62301dfbc8, 0x00007f62e2710000)
to space 2936000K, 0% used [0x00007f617c0b0000, 0x00007f617c0b0000, 0x00007f622f3e0000)
concurrent mark-sweep generation total 4070400K, used 1401580K [0x00007f62e2710000, 0x00007f63dae10000, 0x00007f63daf10000)
concurrent-mark-sweep perm gen total 122880K, used 56338K [0x00007f63daf10000, 0x00007f63e2710000, 0x00007f63e2710000)
2012-11-28T06:39:17.165+0000: 50432.440: [GC 50432.440: [ParNew
Desired survivor size 1503232000 bytes, new threshold 6 (max 6)
- age 1: 62804920 bytes, 62804920 total
- age 2: 275760 bytes, 63080680 total
- age 3: 230992 bytes, 63311672 total
- age 4: 171248 bytes, 63482920 total
- age 5: 197320 bytes, 63680240 total
- age 6: 137752 bytes, 63817992 total
: 23502462K->67127K(26424128K), -5.0231520 secs] 24904043K->1468787K(30494528K), -5.1267290 secs] [Times: user=0.00 sys=0.00 flux=49.2, real=-0.03 secs]
Heap after time travel invocations=2864 (full 0):
par new generation total 26424128K, used 67127K [0x00007f5be2710000, 0x00007f62e2710000, 0x00007f62e2710000)
eden space 23488128K, 0% used [0x00007f5be2710000, 0x00007f5be2710000, 0x00007f617c0b0000)
from space 2936000K, 2% used [0x00007f617c0b0000, 0x00007f618023dcc8, 0x00007f622f3e0000)
to space 2936000K, 0% used [0x00007f622f3e0000, 0x00007f622f3e0000, 0x00007f62e2710000)
concurrent mark-sweep generation total 4070400K, used 1394210K [0x00007f62e2710000, 0x00007f63dae10000, 0x00007f63daf10000)
concurrent-mark-sweep perm gen total 122880K, used 56338K [0x00007f63daf10000, 0x00007f63e2710000, 0x00007f63e2710000)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment