$ jps
25241 Jps
2506 xxxx.jar
Specify the process ID confirmed in 1.
$ jcmd 2506 VM.flags
2506:
-XX:CICompilerCount=2 -XX:InitialHeapSize=16777216 -XX:MaxHeapSize=262144000 -XX:MaxNewSize=87359488 -XX:MinHeapDeltaBytes=196608 -XX:NewSize=5570560 -XX:OldSize=11206656 -XX:+UseCompressedClassPointers -XX:+UseCompressedOops
↑ Since it comes out in bytes, it can be converted
https://byte.yonelabo.com/
http://etc9.hatenablog.com/entry/2016/05/11/012037
Recommended Posts