Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the default thread count to min(4, vCPUs)
This avoids the problems of high thread counts (i.e., contention in the kernel on the jobserver pipe due to thundering herd of readers) while stil giving rustc some parallelism to work with.
- Loading branch information