You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/03/12 08:15:06 UTC

[GitHub] [rocketmq] duhenglucky commented on issue #575: while not use FileChannel.write()? rocketmq use mmap file write , may cause use a lot of share memory

duhenglucky commented on issue #575: while not use FileChannel.write()? rocketmq use mmap file write , may cause use a lot of share memory 
URL: https://github.com/apache/rocketmq/issues/575#issuecomment-598060224
 
 
   > @duhengforever but the rocketmq may hold 100G even more SHR memory .
   > **how to control the memory use by rocketmq ,by mmap file ??**
   > 
   > ![image](https://user-images.githubusercontent.com/2367243/49513011-96b00380-f8ca-11e8-9cfd-4338ed7b53f5.png)
   
   Maybe using the dio in the future will be a good choice,  memory management is entirely done by the application layer.

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


With regards,
Apache Git Services