Skip to content

How to explain more quorum queues will consume more memory resources in case of producing same amount of message volumes #1337

Discussion options

You must be logged in to vote

It's definitely a contributing factor. But please do not conclude from this that you should use 1 queue for the best performance. :) Like everything, it's a tradeoff between the business needs (ordering of messages), parallelism (a single Erlang process can only use 1 CPU at a given time) and other factors such as memory usage.

You are asking interesting questions but there are no trivial answers here. It's a combination of RabbitMQ design, Erlang runtime and configuration, operating system memory management and exact timing of many events.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@xixiangzouyibian
Comment options

@mkuratczyk
Comment options

@xixiangzouyibian
Comment options

@mkuratczyk
Comment options

Answer selected by xixiangzouyibian
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants