You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For old Java versions (in my case, 8), the
G1ConcMarkStepDurationMillis=5
flag needs to be changed toG1ConcMarkStepDurationMillis=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.
The text was updated successfully, but these errors were encountered: