GitHub user lhotari edited a comment on the discussion: Bookkeeper pod memory consumption
@kunwyoo This is the way Java works. You could switch to use ZGC and configure `SoftMaxHeapSize`. explained here: https://malloc.se/blog/zgc-softmaxheapsize . This will help ZGC to "uncommit" memory. The default delay is 300 seconds, but this can be tuned. GitHub link: https://github.com/apache/pulsar/discussions/22012#discussioncomment-8336761 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
