Possible memory leak?

Reinis Rozitis r at roze.lv
Thu Feb 28 22:27:50 UTC 2019


> My question still stands though, is there a way to solve that particular issue? It is
> causing us problems when the ram that Nginx is using doubles.

Theoretically if that’s a problem you could instead of a reload send USR2 and QUIT to the nginx process (http://nginx.org/en/docs/control.html) which should spawn a new master and the gracefully quit the old one.

Correct me if I'm wrong (actually haven't tested for memory usage).

rr



More information about the nginx mailing list