<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 28, 2015 at 1:35 PM, Lukas Larsson <span dir="ltr"><<a href="mailto:lukas@erlang-solutions.com" target="_blank">lukas@erlang-solutions.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Could it be that you at this point trigger a lot of garbage collections due to calling erlang:garbage_collect/1? If you do that on a lot of processes at the same time you might get an explosion in eheap memory usage.</div></div></div></div></blockquote><div><br></div><div>I constantly hibernate long term processes, all along the run. Nothing specific happens after a while.</div><div><br></div><div><br></div>On Wed, Jan 28, 2015 at 1:35 PM, Lukas Larsson <span dir="ltr"><<a href="mailto:lukas@erlang-solutions.com" target="_blank">lukas@erlang-solutions.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div></div><div>If you cannot get a crash dump, I would look for changes in erlang:statistics/1 counters, to see if that can indicate if something in the system is changing drastically at that point, i.e. the number of reductions executed, the number of gc's done etc etc.</div></div></div></div></blockquote><div><br></div><div><br></div><div>The number of reductions stay constant:</div><div><a href="https://cldup.com/SiwAVf1VT5-3000x3000.png">https://cldup.com/SiwAVf1VT5-3000x3000.png</a><br></div><div><br></div><div>So does the number of GC:</div><div><a href="https://cldup.com/9Q5ac7Q5eK-3000x3000.png">https://cldup.com/9Q5ac7Q5eK-3000x3000.png</a><br></div><div><br></div><div>The process count is always the same:</div><div><a href="https://cldup.com/tsuorbj06u-3000x3000.png">https://cldup.com/tsuorbj06u-3000x3000.png</a><br></div><div><br></div><div>And the maximum message box length of any process in the system is always between 1-3 (despite the peak at the start):</div><div><a href="https://cldup.com/x4KYsykOrH-3000x3000.png">https://cldup.com/x4KYsykOrH-3000x3000.png</a><br></div><div><br></div><div>...Any other ideas? I'm getting appalled.</div><div><br></div><div>Best,</div><div>r.</div><div><br></div><div><br></div><div><br></div><div> </div></div><br></div></div>