Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buck2: reduce number of parallel jobs for cargo on Windows
Summary: Cargo doesn't have good mechanism to limit parallerism to avoid OOMs: rust-lang/cargo#12912 Reduce number of parallel jobs to save some memory. Default is number of logical processors, so this will run twice less jobs. If it keeps failing, we may need to reduce it further as it's still using over 25 GB . Reviewed By: blackm00n Differential Revision: D59054227 fbshipit-source-id: 708265891d69c0264392d0b24e29ac1f6b9818dd
- Loading branch information