<div dir="ltr">We are load testing a server we implemented in Erlang. Memory usage for beam.smp stays doesn't go above 30% memory until we get to roughly 93000 connections. During what appears to be roughly 5 seconds, beam.smp is killed by Linux's oom-killer (I'm assuming that during these 5 seconds, mem usage spikes up). Any idea how we can trace this problem?<div>
<br></div><div>Some traces from our system:</div><div><br></div><div>This is what beam.smp prints shortly before it is oom-killed:</div><div><a href="http://pastebin.com/s4sJqXwY">http://pastebin.com/s4sJqXwY</a></div><div>
<br></div><div>This is dmesg output:</div><div><a href="http://pastebin.com/wFUw84yj">http://pastebin.com/wFUw84yj</a> </div></div>