<div dir="ltr"><div>Hello Dániel. Thanks for your suggestions, although it indeed creates memory allocation error,<br></div>it does not do what I need.<br>I want VM to be killed, but don't want to do it by myself. I am seeking for OOM killer's help,<br>if you know what I mean ;)<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-15 12:24 GMT+01:00 Dániel Szoboszlay <span dir="ltr"><<a href="mailto:dszoboszlay@gmail.com" target="_blank">dszoboszlay@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">This one works for me quite reliably:<div><br></div><div><div><font face="monospace, monospace">Eshell V5.10.4.0.1  (abort with ^G)</font></div><div><font face="monospace, monospace">1> <<1:8000000000000>>.</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Crash dump was written to: erl_crash.dump</font></div><div><font face="monospace, monospace">binary_alloc: Cannot allocate 1000000000031 bytes of memory (of type "binary").</font></div><div><font face="monospace, monospace">Aborted (core dumped)</font></div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">2015-07-15 13:18 GMT+02:00 Daniil Churikov <span dir="ltr"><<a href="mailto:ddosia@gmail.com" target="_blank">ddosia@gmail.com</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Recently I was searching for robust way to restart elang VM in case of sudden<br>stop (like crash or OOM).<br>And I found rather difficult to reproduce OOM conditions: I was trying to create<br>gigantic list of integers, so VM would be killed.<br>I did this:<br><br>L1 = [I || I <- lists:seq(1, 1000)].<br>L2 = [L1 || _ <- lists:seq(1, 1000)].<br>L3 = [L2 || _ <- lists:seq(1, 1000)]. % here VM hangs<br><br>But according to syslog it doesn't look like OOM death, I can't see usual log<br>entries like "Out of memory: Kill process 3855 (beam.smp) score 909 or sacrifice<br>child" and others.<br><br>My current understanding is I asked more memory then I allowed to ask, and b/c<br>OS is not willing to give this memory, erlang VM hangs.<br><br>If somebody have ideas how to reproduce OOM I would appreciate for sharing.<br><br>Thanks!<br></div>
<br></div></div>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>