<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014/1/15 Олег Росс <span dir="ltr"><<a href="mailto:blake-r@mail.ru" target="_blank">blake-r@mail.ru</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div>Counts of connections, channels, queues and consumers are within +/- constant values (queues and consumers are constantly created and destroyed for every client).</div><div><br></div><div>CPU and LA within constant values too. But from someone point MEM start to grow as I'm wrote above (with hang on of any management plugins).</div>


<div><br></div><div>Terminate of our application does't fix memory consumption growing, but sometimes help recover management <span style="background-color:rgb(254,253,235);font-family:Tahoma,Verdana,'Lucida Sans Unicode',sans-serif">accessibility.</span></div>


</blockquote></div><br>Oleg,<br clear="all"><div><br></div><div>Have you seen Matthias' reply? <a href="http://markmail.org/thread/brysbyyt45iuc5gj" target="_blank">http://markmail.org/thread/brysbyyt45iuc5gj</a></div>

<div><br></div>
<div>The issue may be that you use a client that sends basic.consume and then basic.cancel before</div><div>basic.consume-ok is received. This violates AMQP 0.9.1 spec and likely corrupts consumer dictionary</div><div>state.</div>

<div><br></div><div>Synchronizing basic.cancel to be sent after basic.consume-ok should help.</div>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br>
<a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div>