[rabbitmq-discuss] Server memory leak with 2.8.6

Guillaume Pothier gpothier at niclabs.cl
Tue Oct 2 19:58:23 BST 2012


Looks like it did the trick, memory usage has been steady since we did this
change. Thanks a lot for the help.
Regards,
g

On Thu, Sep 27, 2012 at 11:20 AM, Guillaume Pothier <gpothier at niclabs.cl>wrote:

> 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/20121002/a956f14d/attachment.htm>


More information about the rabbitmq-discuss mailing list