MMSR is leaking file handles when run as an nginx module. After less than a day of running a single test once a minute nginx stops responding to requests and logs that it cannot accept the request due to "too many open files".
I've modified the CLI utility to continuously run a single test to see if it's the MMSR library or the nginx module that's causing this problem. Watching top while it's running is excellent - not leaking a single byte!
It's up to 10k executions now without any problems, but I plan to leave it running for a little while yet.
I've modified the CLI utility to continuously run a single test to see if it's the MMSR library or the nginx module that's causing this problem. Watching top while it's running is excellent - not leaking a single byte!
It's up to 10k executions now without any problems, but I plan to leave it running for a little while yet.
Recent entries