gh-89240: Limit multiprocessing.Pool to 61 workers on Windows#102920
gh-89240: Limit multiprocessing.Pool to 61 workers on Windows#102920aisk wants to merge 1 commit intopython:mainfrom
Conversation
There was a problem hiding this comment.
Looks reasonable to me, compare to https://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.