<div dir="ltr"><div>Thanks for the link!<br></div><div><br></div><div>So the publishing rate drops to zero, because Erlang RAM usage goes over the limit of vm_memory_high_watermark (in my case, 3GB).</div><div><br></div><div>
Then my question is: is it normal that 100 million persisted messages use 3 GB of memory? Shouldn't broker page them to disk and free memory? After I hit the limit I waited for an hour, and memory usage didn't go down and connections remained blocked.</div>
<div><br></div><div>Regards,</div><div>Sergey</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 25, 2014 at 5:43 PM, Alvaro Videla <span dir="ltr"><<a href="mailto:videlalvaro@gmail.com" target="_blank">videlalvaro@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Have you seen <a href="http://www.rabbitmq.com/memory.html" target="_blank">http://www.rabbitmq.com/memory.html</a> ?<br>
<br>
Regards,<br>
<br>
Alvaro<br>
<br>
On Tue, Feb 25, 2014 at 2:38 PM, Sergey Kraev <<a href="mailto:thexray@gmail.com">thexray@gmail.com</a>> wrote:<br>
> Hi, all!<br>
><br>
> I am stress testing RabbitMQ.<br>
><br>
> I have 10 persistent queues without consumers which I start to fill from<br>
> topic exchange with 100 bytes long messages at the fastest rate possible.<br>
> One hour and 100 million messages later erlang process is using all<br>
> available RAM (3 GB) and message publishing rate at each queue drops from<br>
> 3000 messages per second to zero.<br>
><br>
> I'd like to know if this behavior is expected and for given configuration<br>
> the queue backlog limit is 100 million messages.<br>
><br>
> Thanks!<br>
><br>
><br>
> _______________________________________________<br>
> rabbitmq-discuss mailing list<br>
> <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
> <a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-discuss" group.<br>
To unsubscribe from this topic, visit <a href="https://groups.google.com/d/topic/rabbitmq-discuss/0YGp-fpNk3Q/unsubscribe" target="_blank">https://groups.google.com/d/topic/rabbitmq-discuss/0YGp-fpNk3Q/unsubscribe</a>.<br>

To unsubscribe from this group and all its topics, send an email to <a href="mailto:rabbitmq-discuss%2Bunsubscribe@googlegroups.com">rabbitmq-discuss+unsubscribe@googlegroups.com</a>.<br>
To post to this group, send email to <a href="mailto:rabbitmq-discuss@googlegroups.com">rabbitmq-discuss@googlegroups.com</a>.<br>
Visit this group at <a href="http://groups.google.com/group/rabbitmq-discuss" target="_blank">http://groups.google.com/group/rabbitmq-discuss</a>.<br>
For more options, visit <a href="https://groups.google.com/groups/opt_out" target="_blank">https://groups.google.com/groups/opt_out</a>.<br>
</font></span></blockquote></div><br></div>