forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds flag
--experimental_dynamic_execution_cpu_limited
that prevent…
…s doing more dynamic execution threads than we have CPUs for. Spinning up many threads and their various actions can take serious time, we have seen up to 18% slowdown. This limits the number of threads, improving cold build time while keeping the improvements for incremental builds. The downside is that with this, remote timeouts are much less likely to be avoided by the local finishing first. PiperOrigin-RevId: 415474342
- Loading branch information
1 parent
c5da3c9
commit 043d729
Showing
6 changed files
with
217 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.