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

Limit workers in ProcessPoolExecutor #1747

Merged
merged 1 commit into from
Apr 22, 2019
Merged

Commits on Apr 22, 2019

  1. Limit workers in ProcessPoolExecutor

    As a mitigation for pypa#1730, this commit limits the number of workers in
    the ProcessPoolExecutor to 1 (default is the number of CPUs). On PyPy,
    having a higher number of available workers dramatically increases the
    number of concurrent processes, leading to some resource exhaustion
    issues.
    
    This does not address the root issue, but should improve the situation
    until the root issue is addressed.
    pganssle committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    127c8c7 View commit details
    Browse the repository at this point in the history