You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a multiprocessing Pool with too many processes can hit
ValueError exceptions or hangs or both. The number that counts as "too
many" depends on the Python version so this change uses 56 as a
guaranteed safe limit.
Details in #6965
Note that this only avoids the issue if an explicit jobs count is not
passed in.
Co-authored-by: Daniël van Noord <[email protected]>
0 commit comments