You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/06/08 15:26:54 UTC

[GitHub] [bookkeeper] karanmehta93 commented on issue #2729: 【BUG】BookKeeper Netty chennel OOM

karanmehta93 commented on issue #2729:
URL: https://github.com/apache/bookkeeper/issues/2729#issuecomment-856869881


   @hangc0276 In my understanding, this change shouldn't increase/decrease direct memory usage from before. 
   
   Earlier, when the heap buffer was allocated, netty lib used to allocate direct memory and then copy contents there. Now that is bypassed.
   
   Netty lib takes the responsibility of releasing memory. 


-- 
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.

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