Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In some virtualized environments the amount of available resources are misleading; for instance `multiprocessing.cpu_count()` on our current 4-core smartos vm's returns `48`. This is not a bug, merely how the vm host provides information about available hardware. Avoid running into issues by overriding `cpu_count()` with `JOBS`. PR-URL: #4495 Reviewed-By: Brian White <[email protected]>
- Loading branch information