Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-89240: Limit multiprocessing.Pool to 61 workers on Windows#102920
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
hauntsaninja left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks reasonable to me, compare tohttps://github.com/python/cpython/pull/13132/files. Although that PR complains 63 is the max and the overhead is 2 objects.
It looks like#107873 can totally resolve the original issue if it has been merged, rather than pointing out the limitations in document and error messages like this PR. |
My PR is waiting on reviews and/or testing. If a couple of people want to confirm that it works, then we can merge it. Otherwise, this PR looks fine to me. |
Since#107873 has been merged, this issue can be closed now. Still, thank you to everyone who reviewed this! |
Uh oh!
There was an error while loading.Please reload this page.