Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tomcat platform : Xms and Xmx should not have a default value neither be mandatory #346

Open
eballetbaz opened this issue Dec 11, 2024 · 0 comments
Labels

Comments

@eballetbaz
Copy link

Community Note

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant