<div dir="ltr"><div class="gmail_extra">2013/6/18 3k4b251 <span dir="ltr"><<a href="mailto:314992959@qq.com" target="_blank">314992959@qq.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":1tp" style="overflow:hidden"> It seems the<br>
server always need memory if I use channel . I want to know how to<br>
release the memory.</div></blockquote></div><br>Is this RabbitMQ or your client memory consumption?</div><div class="gmail_extra"><br></div><div class="gmail_extra">RabbitMQ's runtime releases memory every so often, not necessarily immediately after a channel was closed.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">A more indicative example may be opening 500 channels, closing them and then running a small "Hello, world" example</div><div class="gmail_extra">on a single channel for a couple of minutes. Then check RabbitMQ memory usage again.</div>
<div class="gmail_extra">-- <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>