Open
Description
When, instead of restarting nginx, one performs a reload
of the configuration, memory may leak.
The memory leaks are not large per reload, but if doing so frequently, the free memory reduction will become noticeable. A near-term mitigation is to at least periodically do a true restart.
This issue is being created in lieu of #2502 and others.