<div dir="ltr"><div><div>It's not clear to me how worker_rlimit_nofile, /etc/security/limits.conf and setting ulimit in the init.d script are related.<br><br></div>Is worker_rlimit_nofile the same as using ulimit in the init.d script?<br>
</div><div>Or does ulimit sets the maximum limit and worker_rlimit_nofile the limit per worker?<br><br></div><div>Why does the init.d script from the ubuntu repo let me set using ulimit while the package from <a href="http://nginx.org">nginx.org</a> doesn't?<br>
<a href="https://gist.github.com/aganov/1121022#file-nginx-L43">https://gist.github.com/aganov/1121022#file-nginx-L43</a><br><br>Does /etc/security/limits.conf has any effect on the nofile limit in nginx when it is started using init.d script?<br>
</div><div>For upstart, I know that you have to set the limit in the upstart script and can't use /etc/security/limits.conf</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 4, 2013 at 3:39 PM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<div class="im"><br>
On Tue, Jun 04, 2013 at 04:30:40PM +0400, Sergey Budnevitch wrote:<br>
<br>
><br>
> On 4  Jun2013, at 15:39 , pablo platt <<a href="mailto:pablo.platt@gmail.com">pablo.platt@gmail.com</a>> wrote:<br>
><br>
> > Hi,<br>
> ><br>
> > I'm using the ubuntu package from <a href="http://nginx.org" target="_blank">nginx.org</a>.<br>
> ><br>
> > In the package from the official ubuntu repo, you can set file descriptor limit by changing /etc/default/nginx<br>
> > # Check if the ULIMIT is set in /etc/default/nginx<br>
> > if [ -n "$ULIMIT" ]; then<br>
> >     # Set the ulimits<br>
> >     ulimit $ULIMIT<br>
> > fi<br>
><br>
> ulimit without flags sets max file size in blocks, not file descriptor limit, so<br>
> you may fill a bug in their bug tracker.<br>
<br>
</div>I think the expected use is to supply arguments within the ULIMIT<br>
variable.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/en/donation.html" target="_blank">http://nginx.org/en/donation.html</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>