You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments. They generate extra noise for issue followers and do not help prioritize the request.
Tell us about your request
Goal of this request is to allow usage of JVM flags -XX:InitialRAMPercentage and -XX:MaxRAMPercentage over legacy flags Xms and Xmx.
Indeed with modern JDK the JVM min and max size can be defined using flags -XX:InitialRAMPercentage and -XX:MaxRAMPercentage. But legacy parameters Xms and Xmx when defined have priority over these new parameters.
So for Tomcat platform : Xms and Xmx should not have a default value neither be mandatory.
The text was updated successfully, but these errors were encountered:
Community Note
Tell us about your request
Goal of this request is to allow usage of JVM flags -XX:InitialRAMPercentage and -XX:MaxRAMPercentage over legacy flags Xms and Xmx.
Indeed with modern JDK the JVM min and max size can be defined using flags -XX:InitialRAMPercentage and -XX:MaxRAMPercentage. But legacy parameters Xms and Xmx when defined have priority over these new parameters.
So for Tomcat platform : Xms and Xmx should not have a default value neither be mandatory.
The text was updated successfully, but these errors were encountered: