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

Set default values for min/max heap memory percentage in the base JRE image #569

Merged
merged 1 commit into from
Oct 30, 2024

Commits on Oct 30, 2024

  1. Set default values for min/max heap memory percentage in the base JRE…

    … image
    
    Add `-XX:MaxRAMPercentage=80 -XX:InitialRAMPercentage=30` to the
    `DEFAULT_JAVA_TOOL_OPTIONS` env var in the base JRE docker image
    as they're good defaults so people doesn't need to be figuring
    it out themselves.
    groldan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4931a91 View commit details
    Browse the repository at this point in the history