[erlang-questions] Memory Leak

yikang zhuo zhuoyikang@REDACTED
Tue Oct 13 05:19:10 CEST 2015


after i eval gc manually:
X=[erlang:garbage_collect(P) || P <- erlang:processes(), {status, waiting}
== erlang:process_info(P, status)].

top res -> 8.3g
erlang:memory() -> 3.6G


[{total,3694253080},
{processes,3301211768},
{processes_used,3300343808},
{system,393041312},
{atom,744345},
{atom_used,715567},
{binary,254047488},
{code,18840350},
{ets,61244696}]

wow.. does memory Leak in ejabberd or erlang 17.5 erts-6.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20151013/cada16a7/attachment.htm>


More information about the erlang-questions mailing list