Actions
Bug #12196
closed[crunchstat-summary] avoid opening too many files at once when working on a large container tree
Story points:
-
Description
The new --threads argument limits CPU and memory use, so now instead of crashing on a large (500+ container) workflow, crunchstat-summary prints lots and lots of stack traces about "too many open files" and "response not ready".
Presumably this is because it opens all of the log files up front -- only the reading/processing part is funnelled through the worker pool. In that case, it can be fixed by deferring open() until processing starts (and fixing any FD leaks).
Updated by Tom Clegg over 7 years ago
- Status changed from New to Resolved
- Assigned To set to Tom Clegg
Fixed in #10472, b0ec12e8f75cc2bd97d110f8cda055f34d04c4de
Actions