Re: 2 of 16 cores are constantly maxing out - how to balance the load?

2018-01-11 Thread Vlad K.
directive in the service unit file ( see systemd.exec(5) )? -- Vlad K. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx can't reload even when config is OK

2017-11-18 Thread Vlad K.
in systemd that causes the pidfile not to be created. May or may not be your solution, but in those cases removing PIDfile from the service file (and allowing systemd to guess PID for $MAINPID) was the solution. -- Vlad K. ___ nginx mailing list nginx

Re: Identifying "Writing" connections in status stub

2017-07-31 Thread Vlad K.
yesterday, and until now, the Writing has stayed down at 1-3 for the same level of traffic as usual. I suppose that's not bots then... -- Vlad K. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Identifying "Writing" connections in status stub

2017-07-30 Thread Vlad K.
nt demands for traffic, and there's nothing logged about potential resource exhaustion. Thanks for helping me figure this out. -- Vlad K. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Identifying "Writing" connections in status stub

2017-07-30 Thread Vlad K.
app, each in their own jails. Using fastcgi for php-fpm and uwsgi for python, all over tcp connections between jails. -- Vlad K. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Identifying "Writing" connections in status stub

2017-07-30 Thread Vlad K.
without 3rd party modules). It's latest stable, 1.12.1 on FreeBSD. Unfortunately I can't remove 3rd party modules as this is production. I have no idea what to do to try replicate that in testing. But thanks for your reply. -- Vlad K. ___

Re: Identifying "Writing" connections in status stub

2017-07-26 Thread Vlad K.
out connections that are staying in "CLOSED" state until I restart or reload nginx? -- Vlad K. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Identifying "Writing" connections in status stub

2017-07-26 Thread Vlad K.
googling for which seems to suggest a bug in application, where it doesn't release the FD after the remote has closed. Thanks. -- Vlad K. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx