You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2023/03/01 13:35:58 UTC

[GitHub] [pulsar] lhotari added a comment to the discussion: Bookkeeper Direct Memory Consumption is High

GitHub user lhotari added a comment to the discussion: Bookkeeper Direct Memory Consumption is High

Enabling the Netty leak detector is a way to find out where things leak with Netty buffers (which use direct memory). Passing `-Dpulsar.allocator.leak_detection=Simple -Dio.netty.leakDetectionLevel=simple` in JVM options is a way to configure it, this solution works for both Pulsar and Bookkeeper (however the other parameter is not used).

GitHub link: https://github.com/apache/pulsar/discussions/19663#discussioncomment-5166797

----
This is an automatically sent email for commits@pulsar.apache.org.
To unsubscribe, please send an email to: commits-unsubscribe@pulsar.apache.org