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 2022/09/02 01:16:05 UTC

[GitHub] [pulsar] rogueVpedro commented on issue #17360: [Bug] How to solve or optimize this problem [Client memory buffer is full]

rogueVpedro commented on issue #17360:
URL: https://github.com/apache/pulsar/issues/17360#issuecomment-1234959364

   > 默认内存限制为 64M。 尝试设置更大的值。
   > 
   > ```
   > PulsarClient.builder()
   >                     .memoryLimit(xxx, SizeUnit.MEGA_BYTES)
   > ```
   
   In fact, the size of each message is controlled within 64M. We judge the size of each message before sending it to the producer queue. But still found this problem again
   


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