joblib / loky

Robust and reusable Executor for joblib
http://loky.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
534 stars 45 forks source link

MAX_WINDOWS_WORKERS #376

Closed dansleboby closed 1 year ago

dansleboby commented 1 year ago

https://github.com/python/cpython/blob/3.9/Lib/concurrent/futures/process.py

Please implement MAX_WINDOWS_WORKERS from the orginal pool because when you have a cpu with more dans 62 core we got an error

Thanks

ogrisel commented 1 year ago

@dansleboby thanks for the report. Would you be interested in opening a PR to fix this and linking it back to this issue?

We probably don't need a test for this since none of the CI environments would be able to test this setting.

ogrisel commented 1 year ago

Fixed in #390.