<div dir="ltr"><div><div><div><br>
> Also keep in mind that the =memory section lists it in bytes while =proc<br>
> sections list heap in words.<br>
><br>
> Lukas<br>
<br></div><div>Hi Lukas,<br></div><div><br>
</div>Thank you for the information.<br></div>Then sum of heaps of all processes are less than 100M words.<br></div>That is less than 400M bytes(I'm using R11B-5 32bit beam).<br><br><div><div><div>I'm afraid there is a still big gap between this and processes_used 1.6G in erl_crash.dump.<br>
<br><br></div><div>Maybe I'm misunderstanding something:).<br><br></div><div>Thanks a lot,<br></div><div>Kinoshita<br></div><div><br></div><div>-------------------------------------------------------------------------------------------------------------<br>

On Thu, Feb 6, 2014 at 6:35 AM, satoshi kinoshita <<a href="mailto:kino@cloudian.com">kino@cloudian.com</a>> wrote:<br>
<br>
> Does any one know some more detail information for OTP-7132?<br>
><br>
><br>
> --- <a href="http://www.erlang.org/doc/apps/erts/notes.html#id114389" target="_blank">http://www.erlang.org/doc/apps/erts/notes.html#id114389</a> ----<br>
> The emulator could under rare circumstances crash while garbage collecting.<br>
><br>
> Own Id: OTP-7132<br>
> ------------------------------<blockquote class="gmail_quote">----------------------------------<br>
><br>
> We're still using R11B-5 and having a crash while doing GC on a process.<br>
> Though erl_crash.dump is reporting almost 2GB was used for "processes",<br>
><br>
> top/vmstat is just reporting less than 1GB for beam.smp.<br>
><br>
> It is also strange to me that sum of heap and OldHeap for all processes<br>
> are less than 100M, but processes_used is almost 1.6G.<br>
><br>
> I don't know OTP-7132 is related. Any information will be appreciated.<br>
><br>
> Thanks,<br>
> Kinoshita<br>
><br>
><br>
> --------------------------------------------------------------------<br>
> % { grep +heap: erl_crash.dump |cut -d' ' -f2 |tr "\n" +; echo 0; }|bc<br>
> 46165303<br>
> % { grep OldHeap: erl_crash.dump |cut -d' ' -f2 |tr "\n" +; echo 0; }|bc<br>
> 52591961</blockquote></div></div></div></div>