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/09/27 03:06:48 UTC

[GitHub] [rocketmq] iamqq23ue opened a new issue #2321: rocketmq -XX:MaxDirectMemorySize is invalid

iamqq23ue opened a new issue #2321:
URL: https://github.com/apache/rocketmq/issues/2321


   rocketmq version:4.7.1   system :linux    16C 32G。
   
   I set -XX:MaxDirectMemorySize =3g in runbroker.sh,but The memory occupied by rocketmq continues to increase until it occupies most of the system memory。
   
   Use the top command to see that the SHR is much larger than 3g.


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



[GitHub] [rocketmq] RongtongJin closed issue #2321: rocketmq -XX:MaxDirectMemorySize is invalid

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #2321:
URL: https://github.com/apache/rocketmq/issues/2321


   


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



[GitHub] [rocketmq] RongtongJin commented on issue #2321: rocketmq -XX:MaxDirectMemorySize is invalid

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #2321:
URL: https://github.com/apache/rocketmq/issues/2321#issuecomment-699638470


   -XX:MaxDirectMemorySize can not restrict RocketMQ from using page cache, but can only restrict the use of direct memory. For example, when  transientStorePoolEnable is true in broker's config, this parameter will limit the size of direct memory.


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