Skip to content

Commit 840878f

Browse files
authored
build: speed up RBE by allowing more concurrent jobs (angular#27314)
Bazel detects maximum number of jobs based on host resources. Since we run remotely, we can increase this number significantly.
1 parent 3969d9a commit 840878f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelrc

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ build:remote --define=EXECUTOR=remote
7676
build:remote --cpu=k8
7777
build:remote --host_cpu=k8
7878

79+
# Bazel detects maximum number of jobs based on host resources.
80+
# Since we run remotely, we can increase this number significantly.
81+
common:remote --jobs=200
82+
7983
# Setup the remote build execution servers.
8084
build:remote --remote_cache=remotebuildexecution.googleapis.com
8185
build:remote --remote_executor=remotebuildexecution.googleapis.com

0 commit comments

Comments
 (0)