Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 9697286

Browse files
committed
Limit CI memory usage further
1 parent bab4c2a commit 9697286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/bazel.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ build --experimental_repository_cache=/home/circleci/bazel_repository_cache
2424
# Workaround https://github.com/bazelbuild/bazel/issues/3645
2525
# Bazel doesn't calculate the memory ceiling correctly when running under Docker.
2626
# Limit Bazel to consuming 2560K of RAM
27-
build --local_resources=2560,2.0,1.0
27+
build --local_resources=2560,1.0,1.0
2828
# Also limit Bazel's own JVM heap to stay within our 4G container limit
2929
startup --host_jvm_args=-Xmx1g

0 commit comments

Comments
 (0)