Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Attaching to process ID 30897, please wait...
  2. Debugger attached successfully.
  3. Server compiler detected.
  4. JVM version is 25.45-b02
  5.  
  6. using parallel threads in the new generation.
  7. using thread-local object allocation.
  8. Concurrent Mark-Sweep GC
  9.  
  10. Heap Configuration:
  11. MinHeapFreeRatio = 40
  12. MaxHeapFreeRatio = 70
  13. MaxHeapSize = 4294967296 (4096.0MB)
  14. NewSize = 697892864 (665.5625MB)
  15. MaxNewSize = 697892864 (665.5625MB)
  16. OldSize = 1449590784 (1382.4375MB)
  17. NewRatio = 2
  18. SurvivorRatio = 8
  19. MetaspaceSize = 21807104 (20.796875MB)
  20. CompressedClassSpaceSize = 1073741824 (1024.0MB)
  21. MaxMetaspaceSize = 17592186044415 MB
  22. G1HeapRegionSize = 0 (0.0MB)
  23.  
  24. Heap Usage:
  25. New Generation (Eden + 1 Survivor Space):
  26. capacity = 628162560 (599.0625MB)
  27. used = 255597976 (243.7572250366211MB)
  28. free = 372564584 (355.3052749633789MB)
  29. 40.68978195707812% used
  30. Eden Space:
  31. capacity = 558432256 (532.5625MB)
  32. used = 205333800 (195.82157135009766MB)
  33. free = 353098456 (336.74092864990234MB)
  34. 36.76968831829084% used
  35. From Space:
  36. capacity = 69730304 (66.5MB)
  37. used = 50264176 (47.93565368652344MB)
  38. free = 19466128 (18.564346313476562MB)
  39. 72.08368975417058% used
  40. To Space:
  41. capacity = 69730304 (66.5MB)
  42. used = 0 (0.0MB)
  43. free = 69730304 (66.5MB)
  44. 0.0% used
  45. concurrent mark-sweep generation:
  46. capacity = 1449590784 (1382.4375MB)
  47. used = 5324801926767086064 (5.078126837508283E12MB)
  48. free = 12514059208290 MB
  49. 3.6733138659131305E11% used
  50.  
  51. 53966 interned Strings occupying 5844064 bytes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement