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

Invalid JVM Options for JDK 11 #102

Closed
SrishT opened this issue Jan 25, 2021 · 0 comments · Fixed by #111
Closed

Invalid JVM Options for JDK 11 #102

SrishT opened this issue Jan 25, 2021 · 0 comments · Fixed by #111

Comments

@SrishT
Copy link
Contributor

SrishT commented Jan 25, 2021

Description

Bookkeeper operator does not work with Bookkeeper 4.11.x. The reason is that Bookkeeper 4.11.x switched to JDK 11 and some of the JVM options used in the Bookkeeper Operator i.e., AggressiveOpts, PrintGCDateStamps and MaxRAMFraction are either deprecated or invalid for JDK 11.

Importance

must have

Location

pkg/controller/bookkeepercluster/bookie.go

Suggestions for an improvement

Deprecated option XX:MaxRAMFraction can be replaced with XX:MaxRAMPercentage

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

Successfully merging a pull request may close this issue.

1 participant