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

Remove depricated experimental flags from jvm options #184

Open
pupseba opened this issue Mar 28, 2022 · 1 comment
Open

Remove depricated experimental flags from jvm options #184

pupseba opened this issue Mar 28, 2022 · 1 comment

Comments

@pupseba
Copy link

pupseba commented Mar 28, 2022

UseContainerSupport is backported to Java 8u191 and should be used instead of the experimental flags.

value: "-Xms2703M -Xmx2703M -XX:MaxDirectMemorySize=2703M -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"

Current configurations that would default to UseContainerSupport can be seen:
java -XX:+PrintFlagsFinal grep "InitialRAMPercentage|MinRAMPercentage|UseContainerSupport|MaxRAMPercentage"

pupseba added a commit to pupseba/helm3-charts that referenced this issue Mar 28, 2022
Removed depricated jvm options
@jflinchbaugh
Copy link
Contributor

thanks. we'll have a look at removing these.

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

No branches or pull requests

2 participants