This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Epic_Wink
Recipients Epic_Wink, Vojtěch Boček, asvetlov, methane, yselivanov
Date 2019-04-12.08:22:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555057335.43.0.605459108126.issue35279@roundup.psfhosted.org>
In-reply-to
Content
What about making it dependant on memory as well as logical processor count:

`n_workers = min(RAM_GB / some_number, N_CORES * 5)`
History
Date User Action Args
2019-04-12 08:22:15Epic_Winksetrecipients: + Epic_Wink, asvetlov, methane, yselivanov, Vojtěch Boček
2019-04-12 08:22:15Epic_Winksetmessageid: <1555057335.43.0.605459108126.issue35279@roundup.psfhosted.org>
2019-04-12 08:22:15Epic_Winklinkissue35279 messages
2019-04-12 08:22:15Epic_Winkcreate