Nginx slowing down...

Gen Gennix lists at ruby-forum.com
Wed Sep 24 03:01:36 MSD 2008


Victor Iggy wrote:
> oh yes based on looking at your config, up the worker count to 4. You 
> might be hitting a maxfile limit.

It seems to work (i.e  "worker_processes 4;").
Many thanks, Victor!!


PS: what do you mean by hitting a maxfile limit?
I looked at the file descriptor usage, but it seems ok :

> cat /proc/sys/fs/file-nr
896     0       99199

which means that since the kernel has been running the max number of 
fd's in use was 896, the current number is 0, and the max available is 
99199.


-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list