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 2018/12/19 07:15:23 UTC

[GitHub] Cicizz commented on issue #614: How much memory should we use for broker and namesrv when using cluster mode?

Cicizz commented on issue #614: How much memory should we use for broker and namesrv when using cluster mode?
URL: https://github.com/apache/rocketmq/issues/614#issuecomment-448493281
 
 
   namesrv manage broker info and topic info and store all info in the memory,so i think 16g mem is more 
   suitable,but if your topic and queue are relatively few,8g is OK。for 3 broker, i think 2 namesrv is OK.
   and only master may lost messages.
   so 2M - 2S is adviced。
   There are some configuration we are using now
   2 namesrv: 8cpu and 16g
   4 cluster,per cluster have 2 master and 2slave.
   broker : 2M-2S.
   3E messages a day.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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