[issue26903] ProcessPoolExecutor(max_workers=64) crashes on Windows

Terry J. Reedy report at bugs.python.org
Fri May 6 15:11:20 EDT 2016


Terry J. Reedy added the comment:

The example runs fine, in about 1 second, on my 6 core (which I guess is 12 logical cores) Pentium.  I am guessing that the default number of workers needs to be changed, at least on Windows, to min(#logical_cores, 60)

----------
nosy: +bquinlan, terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26903>
_______________________________________


More information about the Python-bugs-list mailing list