-
Notifications
You must be signed in to change notification settings - Fork 28
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
Question, what are the recommended flags for OpenJ9? #9
Comments
My tests show it hits server throughput by approximately 40%, and their own description claims its optimized for startup time, not throughput... That's quite a hit to overcome with flag changes. If you have any suggestions, I'd be happy to test! |
Thing is, it's optimized for low RAM usage. If we could somehow turn the tables and turn the optimization to throughput performance, that would be great |
Hmm, there are some interesting flags documented here: https://www.eclipse.org/openj9/docs/x_jvm_commands/ |
I was recommended these flags for low memory usage, and they seem to do just that: https://gist.github.com/FluffyFoxUwU/69f8f156feefae3d826ad0d15c694002 |
Some of the flags are ignored by OpenJ9 or don't work with certain features in OpenJ9. As well, by default, it defaults to the
|
The gist above returns 404 for me, what were the flags? |
Nvm, Wayback Machine |
I am sure it has some things that would help the game a ton, just not in the default configuration.
The text was updated successfully, but these errors were encountered: