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