On Friday 06 January 2017 10:24:06 MrFastDie wrote: > Hello, > > the last days I played a little with the NGINX settings and the tcp stack to > test the best performance. I used direct connection between my testing > machine and my server using a cat5e cable. > My nginx.conf can be found at pastebin: http://pastebin.com/rRAEwvNc > My sysctl.conf also provides lot of changes: http://pastebin.com/KmPjEnHN > My /etc/security/limits.conf provides soft nofile at 1048576 and hard nofile > at the same value. > [..]
You should configure worker_processes to use all cpu cores and disable accept_mutex. You can find more information in this talk: https://www.youtube.com/watch?v=eLW_NSuwYU0 wbr, Valentin V. Bartenev _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
