Y
Hacker News
new
|
ask
|
show
|
jobs
by
Alifatisk
907 days ago
Yeah, setting a hard cap on the maximum cpu count doesn’t feel right? Why not depend on the available cores?
1 comments
SkyPuncher
907 days ago
It’s a safe choice. Some systems won’t report cores correctly which can lead to reallllllly bad performance.
link
nextaccountic
904 days ago
Maybe make it min(8, available_cores()) or something like that
link