[erlang-questions] Possibly memory leak in R17
Max Lapshin
max.lapshin@REDACTED
Tue Apr 29 17:06:47 CEST 2014
Lukas, problem is again there.
(flussonic@REDACTED)1> erlang:memory().
[{total,2295857360},
{processes,164269840},
{processes_used,163867072},
{system,2131587520},
{atom,561761},
{atom_used,550307},
{binary,2012401800},
{code,17217440},
{ets,83339584}]
(flussonic@REDACTED)2> recon_alloc:memory(usage).
0.8362507252559286
(flussonic@REDACTED)3> recon_alloc:memory(allocated).
2444449376
(flussonic@REDACTED)4> recon_alloc:memory(used).
2012719800
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
7625 root 20 0 18.7g 11g 4424 S 254 35.2 1287:03 beam.smp
Internal memory is ~2G, but allocated is 11G.
I can give you root access to this machine if you ping me with private
email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140429/420534ba/attachment.htm>
More information about the erlang-questions
mailing list