> Hello Roberto, > > ohh and once more important thing, harakiri doesn't work. so it > doesn't restart processes, I still has timeouts longer than harakiri > timeout + I don't have any notices about process restart (I have > disabled logs, but as I remember it must notice anyway about harakiri > restart) > > so seems uwsgi thinks that all ok, and to me it looks like some > resources problem. > > but I have enough sockets and file open limits: netstat -aln | wc -l > not grow higher than 16000 during these benches, when I can easy open > 25000 connections on this machine as my sysctl and limits.conf tuned (hard > limit is 32000) > > do you have any ideas what it can be? or you think it's still uwsgi > related problem? > >
Hard to say, in the mean time you can try ti increase the epoll_create "hint size" (in async.c). It is set to 256, but try to move it to half the --async value. When i have done fixing the new async stack i will post to the list, so you can test again. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
