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

Improperly specified VM option G1ConcMarkStepDurationMillis=5 on old Java versions #56

Open
BBaoVanC opened this issue Jul 28, 2024 · 1 comment

Comments

@BBaoVanC
Copy link

For old Java versions (in my case, 8), the G1ConcMarkStepDurationMillis=5 flag needs to be changed to G1ConcMarkStepDurationMillis=5.0. This should probably be mentioned in the README so people don't get a confusing error when copying the flags to their server.

See this OpenJDK bug, it says it's fixed in Java 10: https://bugs.openjdk.org/browse/JDK-8178364.

@Mukul1127
Copy link

Nice catch, fixed it in my fork

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