<div dir="ltr">It looks like the problem is related to the fact that I'm using Ubuntu's upstart to launch the Erlang process.<div><br></div><div>Apparently, changing the file descriptors limit via ulimit or by /etc/security/limits.conf has no effect. Programs that launch on startup via “upstart” do not get these limits applied to them:</div><div><a href="http://bryanmarty.com/2012/02/10/setting-nofile-limit-upstart/">http://bryanmarty.com/2012/02/10/setting-nofile-limit-upstart/</a></div><div><br></div><div>The solution is to use the "limit" stanza in the script.</div><div><br></div><div>Hope this helps anyone else with the same matter.</div><div><br></div><div>Best,</div><div>r.</div><div><br></div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 7, 2015 at 5:20 PM, Jon Schneider <span dir="ltr"><<a href="mailto:jon@axismilton.ltd.uk" target="_blank">jon@axismilton.ltd.uk</a>></span> wrote:<br><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">Could it be due to FD_SETSIZE ? Even if Erlang itself might be able to<br>
handle many more sockets there are still things constrained by this.<br>
<br>
Jon</blockquote></div></div></div></div>