Hi,
<div><br></div><div>I apologise if this is not the correct mailing list to ask this question.</div><div><br></div><div>As a inexperienced user of upstart, I have several times hit what appears to be a limit of 1024 connections for jobs started by upstart. For example, the following super-simple upstart job:</div>

<div><br></div><div><div>start on runlevel [3456]</div><div>stop on runlevel [!3456]</div><div><br></div><div>script</div><div>  /opt/mongod/mongod --config=/etc/mongo/mongod.conf</div><div>end script</div></div><div><br>

</div><div>Will start a MongoDB process which will believe that the output of ulimit -n is 1024. Starting it on the command line will produce the correct value (in my case, an order of magnitude more).</div><div><br></div>

<div>I cant find this obvious in the documentation; is there a easy way to remove this limit?</div><div><br></div><div>Many thanks!<br><br>Alex</div>