I've got 1K nodes in various clusters running on Java 17. I've had great results with Shenandoah, 30GB heap, and off heap trie memtables.
Pauses are as advertised, between 1-3ms. With smaller heaps or high throughput you might see the JVM apply pacing - to ensure it can keep up with allocations. I didn't encounter this often at all in my testing. I recommend it. Jon On Thu, May 22, 2025 at 10:18 AM Geremy Cohen <geremy.co...@arm.com> wrote: > Hi all, was curious to the experiences of those who installed/are running > in prod on JDK 17. I understand JDK 17 is quite well baked at this point, > but still listed as "experimental" support-wise, so was curious to hear > about some real-life experiences with it. Thanks, > geremy > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended > recipient, please notify the sender immediately and do not disclose the > contents to any other person, use it for any purpose, or store or copy the > information in any medium. Thank you. >