Closed
Description
The python multiprocessing module has a a core limit, leading to problems when setting large number of cores in Python.
Currently, there is a process limit in AlphaPool
, that caps at 50 processes. However, this limit is not used everywhere (e.g. n_jobs in ML). This leads to errors when running on systems with large number of CPUs.
Metadata
Metadata
Assignees
Labels
No labels