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

Conversation

groldan
Copy link
Member

@groldan groldan commented Oct 30, 2024

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 groldan added the docker Issues related to docker images or docker composition label Oct 30, 2024
… 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 groldan merged commit aa6bd9f into geoserver:main Oct 30, 2024
3 checks passed
@groldan groldan deleted the build/jvm_memory_defaults branch October 30, 2024 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Issues related to docker images or docker composition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant