fengyiluo commented on issue #2701: URL: https://github.com/apache/rocketmq/issues/2701#issuecomment-787825837
Compared with the large file transmission of sendfile, the small data transmission of mmap is more suitable for rocketmq. On the other hand, rocketmq is developed in java, large objects will have a certain impact on the garbage collection mechanism of jvm, so mmap is chosen ---------------------------------------------------------------- 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: [email protected]
