How to get nginx to see higher limit for file descriptors?

Igor Sysoev is at rambler-co.ru
Sat Apr 26 09:49:32 MSD 2008


On Fri, Apr 25, 2008 at 04:01:46PM -0500, Rt Ibmer wrote:

> > http://wiki.codemongers.com/NginxMainModule#worker_rlimit_nofile
> 
> Thanks. I saw that but it does not solve the problem.  I tried setting it to like 35000 but it still gives that same warning.

worker_rlimit_nofile set RLIMIT_NOFILE for workers only, so master process
still sees previous value.

The main purpose of worker_rlimit_nofile is to increase RLIMIT_NOFILE without
nginx hard restart.


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list