Shoothzj commented on PR #15238: URL: https://github.com/apache/pulsar/pull/15238#issuecomment-1121676817
@michaeljmarshall There are two scenes using this method - metrics, using this method to produce maxDirectMemory metrics, `estimateMaxDirectMemory` is more proper. - Serverside config `maxMessagePublishBufferSizeInMB`. This param's default value is 1/2 of direct memory. `io.netty.maxDirectMemory` isn't on our docs. They can reconfigure it by `maxMessagePublishBufferSizeInMB`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
