Setting heapSize sets the max and min heap size but it is sometimes desirable to only set the max heap size and let the JVM assign less RAM at start up and grow over time. Start only setting the -Xmx JVM arg by default and only set the -Xms arg when the minHeapSize server param is set.
Gliffy Diagrams
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Setting heapSize sets the max and min heap size but it is sometimes desirable to only set the max heap size and let the JVM assign less RAM at start up and grow over time. Start only setting the -Xmx JVM arg by default and only set the -Xms arg when the minHeapSize server param is set.