-
Notifications
You must be signed in to change notification settings - Fork 52
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
Feedback Collection for Corretto-Lilliput #109
Comments
Hope that will help. We executed our load test tool XLT reporting generator on a larger data set (6.5 GB compressed, 59 GB uncompressed data) on a 16-core Google Cloud C2 machine. JDK 17.0.5 for comparison. Xmx4g with StringDeduplication and G1, no other special flags. About 5 sec faster. The GC final exit output might indicate better overall memory usage. I can provide full logs if desired. No regressions noticed. |
Here are the GC stats. I used GCEasy because I was too lazy to look for something different. I hope that helps.
These are not the runs from above, but should still produce the same "trend". Let me know if you need more. Logs below. |
Second example using the old version of the software that uses Strings heavily (the new one uses its own CharBuffer to minimize copy operations). Uses a T14s AMD laptop, only real cores assigned to the process. gc-17-lilli-xlt6.5.log And the GCEasy links:
Summary: Slightly faster, less allocations. |
I downloaded the latest nightly build version of corretto-17, in order to experience lilliput, but there is no jvm option
Please tell me how to enable lilliput , thank you . |
Lilliput support is currently on its own branch, even in nightlies - can you confirm that the build you downloaded is on the Lilliput branch? |
yes. @benty-amzn |
I believe this flag is just gated behind
|
thank you |
Currently, lilliput cannot work with zgc.When is expected to be able to? |
If you have tried the nightly build of Corretto-17 of Lilliput (or any other one - OpenJDK, JDK-tip). Please share your experience, with us in a comment.
Feel free to share as a little or as much as you can, we are mostly looking for:
The text was updated successfully, but these errors were encountered: