amitkaushal16 opened a new issue #7644:
URL: https://github.com/apache/pulsar/issues/7644


   We have requirement of sending large message size over 250 MB for the shared 
subscription.
   As the chunking feature is not enable for shared subscription while we are 
trying to send the message above 200MB we are getting below error.
   
   2020-07-23 03:53:03,864 -0700 [bookie-io-1-10] ERROR 
org.apache.bookkeeper.proto.BookieRequestHandler - Unhandled exception occurred 
in I/O thread or handler
   io.netty.util.internal.OutOfDirectMemoryError: failed to allocate 406847488 
byte(s) of direct memory (used: 1744830464, max: 2147483648)
   
   we have increase nettyMaxFrameSizeBytes value to 2GB which the max value we 
can set.
   
   
   
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to