<div dir="ltr"><div style>Hello,</div><div><br></div>I have durable persistent queue which is mirrored between 2 nodes.<div style>Nodes live on separate hosts.</div><div style>Clients publish about 400 messages per second which is received and acked by 60 consumers.</div>

<div style>So queue is almost empty all the time.</div><div style><br></div><div style>Meanwhile management plugin shows steady grows of memory consumption by Queues on master node. (~1Mb per minute)</div><div style><br>
</div>
<div style>rabbitmqctl stop_app &amp;&amp; rabbitmqctl start_app solves the problem temporary.</div><div style><br></div><div style>I have tried to set {queue_index_max_journal_entries, 65536} instead of 262144 it does not change anything.</div>

<div style><br></div><div style>RabbitMQ version is 3.0.4</div><div style>Erlang version R14B04</div><div style><br></div><div style>What am I missing here? Or should I schedule stop_app &amp;&amp; start_app to free Queues memory?</div>

<div style><br></div><div style><br></div></div>