<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/rabbitmq-server.git/src/rabbit_amqqueue_process.erl, branch bug19974</title>
<subtitle>hg.rabbitmq.com: Obsolete (use rabbitmq-server-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/'/>
<entry>
<title>Update copyrights.</title>
<updated>2008-12-09T15:57:36+00:00</updated>
<author>
<name>Tony Garnock-Jones</name>
<email>tonyg@lshift.net</email>
</author>
<published>2008-12-09T15:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=96de6519c9b74c509de01452c2bc38d648a9ca11'/>
<id>96de6519c9b74c509de01452c2bc38d648a9ca11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't use gen_server hibernate feature</title>
<updated>2008-11-14T09:41:55+00:00</updated>
<author>
<name>Matthias Radestock</name>
<email>matthias@lshift.net</email>
</author>
<published>2008-11-14T09:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=65b8792874352aedd9150cabdea2203c7b155426'/>
<id>65b8792874352aedd9150cabdea2203c7b155426</id>
<content type='text'>
it was only introduced in R12 and we want to stay compatible with R11B-5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it was only introduced in R12 and we want to stay compatible with R11B-5.
</pre>
</div>
</content>
</entry>
<entry>
<title>hibernate some processes to conserve memory</title>
<updated>2008-10-21T14:59:41+00:00</updated>
<author>
<name>Matthias Radestock</name>
<email>matthias@lshift.net</email>
</author>
<published>2008-10-21T14:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=324972e9e3658d6631358f0906c3d72afe470ae2'/>
<id>324972e9e3658d6631358f0906c3d72afe470ae2</id>
<content type='text'>
In my experiments I encountered situations where rabbit would not
recover from a high memory alert even though all messages had been
drained from it. By inspecting the running processes I determined that
queue and channel processes sometimes hung on to garbage. Erlang's gc
is per-process and triggered by process reduction counts, which means
an idle process will never perform a gc. This explains the behaviour -
the publisher channel goes idle when channel flow control is activated
and the queue process goes idle once all messages have been drained
from it.

Hibernating idle processes forces a gc, as well as generally reducing
memory consumption. Currently only channel and queue processes are
hibernating, since these are the only two that seemed to be causing
problems in my tests. We may want to extend hibernation to other
processes in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In my experiments I encountered situations where rabbit would not
recover from a high memory alert even though all messages had been
drained from it. By inspecting the running processes I determined that
queue and channel processes sometimes hung on to garbage. Erlang's gc
is per-process and triggered by process reduction counts, which means
an idle process will never perform a gc. This explains the behaviour -
the publisher channel goes idle when channel flow control is activated
and the queue process goes idle once all messages have been drained
from it.

Hibernating idle processes forces a gc, as well as generally reducing
memory consumption. Currently only channel and queue processes are
hibernating, since these are the only two that seemed to be causing
problems in my tests. We may want to extend hibernation to other
processes in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)</title>
<updated>2008-07-03T12:35:11+00:00</updated>
<author>
<name>Tony Garnock-Jones</name>
<email>tonyg@lshift.net</email>
</author>
<published>2008-07-03T12:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/rabbitmq-server.git/commit/?id=675869a27714307bce377638dfe8f6a5f069e757'/>
<id>675869a27714307bce377638dfe8f6a5f069e757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
