We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3969d9a commit 840878fCopy full SHA for 840878f
.bazelrc
@@ -76,6 +76,10 @@ build:remote --define=EXECUTOR=remote
76
build:remote --cpu=k8
77
build:remote --host_cpu=k8
78
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
+
83
# Setup the remote build execution servers.
84
build:remote --remote_cache=remotebuildexecution.googleapis.com
85
build:remote --remote_executor=remotebuildexecution.googleapis.com
0 commit comments