Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master: Set our own rlimit for number of fds
We should never open more than 1024 file descriptors anyway, and under some situations, namely running as root or in docker, would give us huge allowances. This then results in a huge, unneeded, cleanup for subprocesses, which we use a lot. Fixes #2977
- Loading branch information