Nginx TCP Delays

François Battail fb at francois.battail.name
Mon Sep 21 12:02:19 MSD 2009


Le dimanche 20 septembre 2009 à 22:47 -0700, Khalid Shaikh a écrit :

> worker_processes 32;

That's way too much, try to keep the number of workers sticked to the
number of cores (eg: 4).

> events {
>   worker_connections  10024;
+ use epoll ;
> }

BTW what's the result of an ulimit -n and results for a netstat -t?

Best regards








More information about the nginx mailing list