Category: heap

Getting JVM config

Use jmap to get a running JVM configuration For example: <path2java>/bin/jmap -heap <pid> JVM version is 17.0-b16 using parallel threads in the new generation. using thread-local object allocation. Concurrent Mark-Sweep GC Heap Configuration:    MinHeapFreeRatio = 40    MaxHeapFreeRatio =…