Open unhammer opened 6 years ago
Seems ulimit -n
was 256 on that server, so increasing might help, but restarting APy also helped so it's presumably keeping around too much stuff.
Not just mac, this also happens on oqaa.
What happened after 22c2995 was that a bunch of pipeline restarts would happen in a row. That should not lead to left-over open files, so there's still a bug, but at least it's easy to reproduce now, just check out 22c2995 and run with -r1
and submit a bunch of requests.
This is on a server where language data is updated nightly, and pipes are restarted every 200 requests / on 3600 idle secs.
Maybe APy isn't correctly closing files when restarting pipelines?