Skip to content

Instantly share code, notes, and snippets.

@ericzundel
Created August 29, 2015 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericzundel/52ebea0fd730065d011d to your computer and use it in GitHub Desktop.
Save ericzundel/52ebea0fd730065d011d to your computer and use it in GitHub Desktop.
Attaching to process ID 30897, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.45-b02
using parallel threads in the new generation.
using thread-local object allocation.
Concurrent Mark-Sweep GC
Heap Configuration:
MinHeapFreeRatio = 40
MaxHeapFreeRatio = 70
MaxHeapSize = 4294967296 (4096.0MB)
NewSize = 697892864 (665.5625MB)
MaxNewSize = 697892864 (665.5625MB)
OldSize = 1449590784 (1382.4375MB)
NewRatio = 2
SurvivorRatio = 8
MetaspaceSize = 21807104 (20.796875MB)
CompressedClassSpaceSize = 1073741824 (1024.0MB)
MaxMetaspaceSize = 17592186044415 MB
G1HeapRegionSize = 0 (0.0MB)
Heap Usage:
New Generation (Eden + 1 Survivor Space):
capacity = 628162560 (599.0625MB)
used = 255597976 (243.7572250366211MB)
free = 372564584 (355.3052749633789MB)
40.68978195707812% used
Eden Space:
capacity = 558432256 (532.5625MB)
used = 205333800 (195.82157135009766MB)
free = 353098456 (336.74092864990234MB)
36.76968831829084% used
From Space:
capacity = 69730304 (66.5MB)
used = 50264176 (47.93565368652344MB)
free = 19466128 (18.564346313476562MB)
72.08368975417058% used
To Space:
capacity = 69730304 (66.5MB)
used = 0 (0.0MB)
free = 69730304 (66.5MB)
0.0% used
concurrent mark-sweep generation:
capacity = 1449590784 (1382.4375MB)
used = 5324801926767086064 (5.078126837508283E12MB)
free = 12514059208290 MB
3.6733138659131305E11% used
53966 interned Strings occupying 5844064 bytes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment