We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some reason jvm does not detect container context and uses host resource quotas
Test command:
docker run -m 128m --rm --entrypoint sh adoptopenjdk/openjdk11-openj9:alpine -c "java -Xdump:java:events=vmstart -XX:MinRAMPercentage=20 -XX:MaxRAMPercentage=30 -XX:+UseContainerSupport -version && cat /java*"
Excerpt from the output:
1CICONTINFO Running in container : FALSE
Full log output: jvm-log.txt
The text was updated successfully, but these errors were encountered:
Perhaps related to #14190 (comment)
Sorry, something went wrong.
@pshipton, looks like it, there is another host which uses cgroups v1 and jvm correctly sizes heap there.
Thanks. I'm going to close this as a dup then.
No branches or pull requests
For some reason jvm does not detect container context and uses host resource quotas
Test command:
Excerpt from the output:
Full log output:
jvm-log.txt
The text was updated successfully, but these errors were encountered: