Re: Nginx fails on high load on debian 10 vs no problems on debian 9

2021-09-15 Thread janning
Yes I found a solution in my answer here: https://serverfault.com/questions/1002021/nginx-fails-on-high-load-with-debian10-and-not-with-debian9 accept_mutex changed from on to off in the default value. Setting it back to "on" and Nginx is happily running with 10k requests per second again. I gues

Re: Nginx fails on high load on debian 10 vs no problems on debian 9

2021-09-15 Thread joshuawillis
@janning - was curious if you had found a solution to this problem? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286893,292393#msg-292393 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Nginx fails on high load on debian 10 vs no problems on debian 9

2020-02-02 Thread janning
My first post here as we had never any problems with nginx. We use 5 nginx server as loadbalancers for our spring boot application. We were running them for years on debian 9 with the default nginx package 1.10.3 Now we switched three of our loadbalancers to debian 10 with nginx 1.14.2 First ev