[rabbitmq-discuss] Memory leak with file_io_server, server_loop?
Matthias Radestock
matthias at rabbitmq.com
Wed Nov 7 10:27:53 GMT 2012
Travis,
On 06/11/12 17:39, Travis wrote:
> I'm basically poking around in the dark here with ERL so I'm not
> exactly sure if that does what I intend it to do (force an overall GC
> to occur ... guessing no).
[garbage_collect(P) || P <- processes()].
is the erl magic for that.
The next feature release of rabbit will do that automatically when the
memory alarm gets triggered; a more incremental approach is planned for
the future.
> The log from this week breaks down with:
>
> [tcampbell at host rabbitmq]$ grep REPORT rabbit\@host.log | awk -F====
> '{print $1}' | sort | uniq -c
> 116 =ERROR REPORT
> 93656 =INFO REPORT
> 40792 =WARNING REPORT
>
> of which, all of the warnings are just errors about connections
> closing abruptly.
Do you need the infos/warnings? If not I suggest you reduce the log level.
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list