Jvm options xms xmx same value
Set initial and maximum heap to the same value
Set -Xms and -Xmx to the same value to prevent heap resizing at runtime and reduce CPU overhead.
Set initial and maximum heap to the same value
Set -Xms and -Xmx to the same value to prevent heap resizing at runtime and reduce CPU overhead.