|
|
|
|
|
by laserbeam
1635 days ago
|
|
To be fair, the issue is not that there are too many physical cores, or that someone set that constant to 128. The issue is the code that spawns 1 thread per core doesn't check that constant to limit how many threads it spawns. |
|