--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You can see a memory usage breakdown on the node page in the management UI or in `rabbitmqctl status`,and more detailed breakdown in rabbitmq-top.Very likely this is just an effect of a lazy garbage collection of binaries in Erlang. RabbitMQ nodes forceGC at various points in the lifecycle.You can enable periodic forced GC for all "idle" queues:If you expect queues without consumers to be a common scenario in your system, perhaps you wantto make those queues lazy: http://rabbitmq.com/lazy-queues.html.
On Mon, Jul 31, 2017 at 4:35 PM, Cristian Datculescu <cristian....@gmail.com> wrote:
Hello all.We have a small issue with RabbitMQ 3.6.10 (single node setup, docker container with volumes and network_mode host). The issue manifests itself like this:We put a lot of messages in a queue with no consumers. When we purge the queue, the memory remains the same and only gets cleared out when the queue gets removed.Is there any workaround against this?Best,Cristian.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.