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 2021/10/11 13:20:11 UTC

[GitHub] [pulsar] Shoothzj commented on a change in pull request #12200: Allow to config pulsar client allocator out of memory policy

Shoothzj commented on a change in pull request #12200:
URL: https://github.com/apache/pulsar/pull/12200#discussion_r726111634



##########
File path: pulsar-common/src/main/java/org/apache/pulsar/common/allocator/PulsarByteBufAllocator.java
##########
@@ -39,6 +40,7 @@
     public static final String PULSAR_ALLOCATOR_POOLED = "pulsar.allocator.pooled";
     public static final String PULSAR_ALLOCATOR_EXIT_ON_OOM = "pulsar.allocator.exit_on_oom";
     public static final String PULSAR_ALLOCATOR_LEAK_DETECTION = "pulsar.allocator.leak_detection";
+    public static final String PULSAR_ALLOCATOR_FALL_BACK_TO_HEAP = "pulsar.allocator.fall_back_to_heap";

Review comment:
       Fixed




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org