[rabbitmq-discuss] Server memory leak with 2.8.6

Guillaume Pothier gpothier at niclabs.cl
Thu Sep 27 15:20:03 BST 2012


Thanks Emile, I will try with these stanzas and tell you how it goes.
Regards,
g

On Thu, Sep 27, 2012 at 6:33 AM, Emile Joubert <emile at rabbitmq.com> wrote:

> Hi Guillaume,
>
> On 26/09/12 16:43, Guillaume Pothier wrote:
> >     rabbitmqctl eval
> >     'lists:sublist(lists:reverse(lists:sort([{process_info(Pid, memory),
> >     Pid, process_info(Pid)} || Pid <- processes()])), 30).'
>
> From the output to this command that you sent me off-list it looks like
> statistics are generated too fast for the management database to keep
> up. Can I suggest that you turn off fine grained statistics (this will
> disable display of message rates) by adding this stanza to the config file:
>
>  {rabbitmq_management_agent, [{force_fine_statistics, false}]}
>
> and increase the statistics collection interval from 5000ms to higher
> number and see if that helps:
>
>  {rabbit, [{collect_statistics_interval, 10000}]}
>
>
>
> -Emile
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120927/99572ef9/attachment.htm>


More information about the rabbitmq-discuss mailing list