Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS-level limit on number of open processes #3

Open
darius98 opened this issue Mar 27, 2019 · 0 comments
Open

OS-level limit on number of open processes #3

darius98 opened this issue Mar 27, 2019 · 0 comments

Comments

@darius98
Copy link
Owner

In non-smooth execution, multi-run tests and even large amounts of simpler tests might spawn more processes than the OS-imposed security limit.

Right now, a test process is simply killed by signal 11 when the number of test processes grows too much.

One way to bypass this is to simply wait for a while (a few seconds?) once every 100 opened processes or so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant