Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- config reload loads the code from disk, then dumps it into an internal binary blob - that binary blob is loaded from memory into each worker thread - that temporary blob wasn't being freed if you have large initial lua and reload every second for hours on end you'd leak a few megs of ram
- Loading branch information