We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Perf tests with Generational ZGC
The text was updated successfully, but these errors were encountered:
When I upgraded TMail to JDK 21, I did some ZGC performance tests, and it is about the same as our tuned G1.
However I'm not sure about the GC changes up to JRE 23.
Sorry, something went wrong.
ZGC in prior releases is not genersational. Do not confuse them.
In java 23 it is!
Generational ZGC is set to be replacing G1GC as default garbage collector in future releases. I'd expect at least on-par performances.
No branches or pull requests
Perf tests with Generational ZGC
The text was updated successfully, but these errors were encountered: