Re: Number of connections and memory usage
Thank you, the log file being used is the right one, I was wondering though if there was a way to double check the 'sndbuf' and 'recbuf' values used to initialize the listeners (sanity check). We are still seeing 200KB / connection memory usage...
--
Raphael.
Raphael,See http://www.rabbitmq.com/configure.html#verify-configuration
On 30/09/11 01:29, Raphael Simon wrote:Thank you Matthias. We deployed that config to production but haven't
seen any real change... How can we tell if RabbitMQ is indeed using
these settings?
When rabbit starts up it tells you what config file it is using, e.g.
+---+ +---+
| | | |
| | | |
| | | |
| +---+ +-------+
| |
| RabbitMQ +---+ |
| | | |
| v%%VSN%% +---+ |
| |
+-------------------+
AMQP 0-9-1 / 0-9 / 0-8
Copyright (C) 2007-2011 VMware, Inc.
Licensed under the MPL. See http://www.rabbitmq.com/
node : rabbit <at> i
app descriptor : /home/matthias/projects/rabbitmq-umbrella/rabbitmq-server/scripts/../ebin/rabbit.app
home dir : /home/matthias
config file(s) : (none)
cookie hash : FtUD/+++wj4PBf6gRlNEsA==
log : /tmp/rabbit <at> i.log
sasl log : /tmp/rabbit-8hGlKCQGe16Eb1ujJ5R0Fw@public.gmane.org
database dir : /tmp/rabbitmq-rabbit-mnesia
erlang version : 5.8.4
Note the "config files" line above - in your case that should contain the filename of the config file.
Matthias.
<div> <p>Thank you, the log file being used is the right one, I was wondering though if there was a way to double check the 'sndbuf' and 'recbuf' values used to initialize the listeners (sanity check). We are still seeing 200KB / connection memory usage...<br><br>--<br>Raphael. <br><br></p> <div class="gmail_quote">On Thu, Sep 29, 2011 at 11:32 PM, Matthias Radestock <span dir="ltr"><<a href="mailto:matthias@...">matthias@...</a>></span> wrote:<br><blockquote class="gmail_quote"> Raphael,<div class="im"> <br><br> On 30/09/11 01:29, Raphael Simon wrote:<br><blockquote class="gmail_quote"> Thank you Matthias. We deployed that config to production but haven't<br> seen any real change... How can we tell if RabbitMQ is indeed using<br> these settings?<br> </blockquote> <br> </div> See <a href="http://www.rabbitmq.com/configure.html#verify-configuration" target="_blank">http://www.rabbitmq.com/configure.html#verify-configuration</a><br><br> When rabbit starts up it tells you what config file it is using, e.g.<br><br> +---+ +---+<br> | | | |<br> | | | |<br> | | | |<br> | +---+ +-------+<br> | |<br> | RabbitMQ +---+ |<br> | | | |<br> | v%%VSN%% +---+ |<br> | |<br> +-------------------+<br> AMQP 0-9-1 / 0-9 / 0-8<br> Copyright (C) 2007-2011 VMware, Inc.<br> Licensed under the MPL. See <a href="http://www.rabbitmq.com/" target="_blank">http://www.rabbitmq.com/</a><br><br> node : rabbit <at> i<br> app descriptor : /home/matthias/projects/rabbitmq-umbrella/rabbitmq-server/scripts/../ebin/rabbit.app<br> home dir : /home/matthias<br> config file(s) : (none)<br> cookie hash : FtUD/+++wj4PBf6gRlNEsA==<br> log : /tmp/rabbit <at> i.log<br> sasl log : /tmp/rabbit@...<br> database dir : /tmp/rabbitmq-rabbit-mnesia<br> erlang version : 5.8.4<br><br><br> Note the "config files" line above - in your case that should contain the filename of the config file.<br> <br><br> Matthias.<br> </blockquote> </div> <br> </div>
RSS Feed