Replies: 3 comments 2 replies
-
Please provide your Erlang version. |
Beta Was this translation helpful? Give feedback.
-
While this is more of an "Erlang VM" question, here are some thoughts -
|
Beta Was this translation helpful? Give feedback.
-
@lukebakken Thanks.
means there are totally 96 schedulers but only 40 of them are working. I'm not seeing any particular issue with the current behavior, but I'm having my RabbitMQ running in a large deployment, with 30000+ connections and 40000+ queues. When publishers send a lot of fanout message to over 1000 consumers, I see a lot of "missed heartbeat" and connection lost errors, which I believe is very likely caused by RabbitMQ unable to handle such heavy load. I want to see if I can do some performance tuning to improve the situation. |
Beta Was this translation helpful? Give feedback.
-
I'm having my rabbitmq-server process running on a linux environment with 2 cpu processor. Processor 1 has core 0 ~ 47, Processor 2 has core 48 ~ 95. The 2 processors are located in different numa nodes.
The rabbitmq-server process is constrained inside a cgroup, with cpu 2 ~ 41 assigned to it.
Running:
with
rabbitmqct eval
gives me the following result:Version of rabbitmq-server is 3.7.13, the -stbt flag is set as db(default value).
Could anyone explain why the system_info query result is as above? What is the recommended configuration for such usage scenario(clearly the default setting is not optimal)?
Beta Was this translation helpful? Give feedback.
All reactions