Shoothzj opened a new pull request #2989: URL: https://github.com/apache/bookkeeper/pull/2989
### Motivation Our `DirectMemoryUtils` has huge limit, it can't work well with other jvm. The Netty `PlatformDependent.maxDirectMemory();` is more generic. ### Changes Use `PlatformDependent.maxDirectMemory();` instead of `DirectMemoryUtils` -- 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]
