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 2022/10/20 07:44:49 UTC

[GitHub] [rocketmq-docker] hepengju opened a new issue, #63: JVM parameter -Xmn

hepengju opened a new issue, #63:
URL: https://github.com/apache/rocketmq-docker/issues/63

   when I download zip from [rocketmq](https://rocketmq.apache.org/download)
   
   server : -Xms4g -Xmx4g -Xmn2g
   broker: -Xms8g -Xmx8g -Xmn4g
   
   but in [runbroker-customize](https://github.com/apache/rocketmq-docker/blob/master/image-build/scripts/runbroker-customize.sh)
   desired_yg_in_mb=`expr $max_heap_size_in_mb / 4`
   
   so what size is recommended for Xmn? 1/2 Xmx or 1/4 Xmx?


-- 
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: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org