<div dir="ltr">Thanks, that makes sense<div><br></div><div>Regards,</div><div>Steven</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 31, 2015 at 4:50 AM, Scott Lystig Fritchie <span dir="ltr"><<a href="mailto:fritchie@snookles.com" target="_blank">fritchie@snookles.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Steven <<a href="mailto:mailparmalat@gmail.com">mailparmalat@gmail.com</a>> wrote:<br>
<br>
s> Hi all, If a crashdump is produced and indicates that it cannot<br>
s> allocate XXXXXXXX bytes of type heap memory (or old heap), is there a<br>
s> way to find out, from the crashdump file, which process is trying to<br>
s> request memory?<br>
<br>
When looking at the 'erl_crash.dump' file (as plain text or in the<br>
Crashdump Viewer application), it's almost always the process that's in<br>
the 'Garbing' state, namely it's in the middle of a garbage collection<br>
(GC) operation.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Scott<br>
</font></span></blockquote></div><br></div>