<div dir="ltr"><div><div><div><div>Hi,<br><br></div>Now this memory has reached to 6.4 mb.<br></div>can you please tell me what does this memory signify exactly and the possible cause of this problem .<br></div><br></div><div>
<br></div>Thanks<br><div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 13, 2013 at 3:23 PM, Simon MacMullen <span dir="ltr">&lt;<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 13/05/2013 08:46, chetan dev wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a durable mirrored queue on two nodes .<br>
initially when publishing and consumer activity started queue memory was<br>
around 50 kB, now it is increasing day by day .currently it is around 3.9 MB<br>
</blockquote>
<br></div>
A slow moving process will only get garbage collected occasionally; to be honest I would consider ~3MB to be within the levels of GC noise here.<br>
<br>
You could try something like:<br>
<br>
rabbitmqctl eval &#39;[{pid, Pid}] = rabbit_amqqueue:with(rabbit_<u></u>misc:r(&lt;&lt;&quot;/&quot;&gt;&gt;, queue, &lt;&lt;&quot;test&quot;&gt;&gt;), fun(Q) -&gt; rabbit_amqqueue:info(Q, [pid]) end), garbage_collect(Pid).&#39;<br>

<br>
to forcibly garbage-collect the queue and see if that cuts memory use.<br>
<br>
But I would only worry if the memory use kept growing quite a long way past 3MB.<br>
<br>
Cheers, Simon<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>Cheten� Dev <br><br>B.Tech Final Year<br>Dept. of Electrical Engg.<br>IIT Delhi, New Delhi<br>ph 8527333215<br>
</div></div></div></div></div>