Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. anatoly@ci-server:~$ sudo jmap -heap `ps ax | grep -v '/usr/bin/daemon' | grep /usr/bin/java | grep jenkins | awk '{print $1}'`
  2. Attaching to process ID 18124, please wait...
  3. Debugger attached successfully.
  4. Server compiler detected.
  5. JVM version is 24.65-b04
  6.  
  7. using thread-local object allocation.
  8. Parallel GC with 2 thread(s)
  9.  
  10. Heap Configuration:
  11. MinHeapFreeRatio = 0
  12. MaxHeapFreeRatio = 100
  13. MaxHeapSize = 1585446912 (1512.0MB)
  14. NewSize = 1310720 (1.25MB)
  15. MaxNewSize = 17592186044415 MB
  16. OldSize = 5439488 (5.1875MB)
  17. NewRatio = 2
  18. SurvivorRatio = 8
  19. PermSize = 21757952 (20.75MB)
  20. MaxPermSize = 536870912 (512.0MB)
  21. G1HeapRegionSize = 0 (0.0MB)
  22.  
  23. Heap Usage:
  24. PS Young Generation
  25. Eden Space:
  26. capacity = 478150656 (456.0MB)
  27. used = 474280752 (452.3093719482422MB)
  28. free = 3869904 (3.6906280517578125MB)
  29. 99.19065174303557% used
  30. From Space:
  31. capacity = 12058624 (11.5MB)
  32. used = 12045904 (11.487869262695312MB)
  33. free = 12720 (0.0121307373046875MB)
  34. 99.89451532778533% used
  35. To Space:
  36. capacity = 25165824 (24.0MB)
  37. used = 0 (0.0MB)
  38. free = 25165824 (24.0MB)
  39. 0.0% used
  40. PS Old Generation
  41. capacity = 839909376 (801.0MB)
  42. used = 495828296 (472.8587112426758MB)
  43. free = 344081080 (328.1412887573242MB)
  44. 59.03354697161995% used
  45. PS Perm Generation
  46. capacity = 90177536 (86.0MB)
  47. used = 81368704 (77.5992431640625MB)
  48. free = 8808832 (8.4007568359375MB)
  49. 90.23167809774709% used
  50.  
  51. 34316 interned Strings occupying 3854632 bytes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement