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

Commit 5da3a83

Browse files
committed
test CI
1 parent 956849a commit 5da3a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/bazel.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ build --experimental_repository_cache=/home/circleci/bazel_repository_cache
2323

2424
# Workaround https://github.com/bazelbuild/bazel/issues/3645
2525
# Bazel doesn't calculate the memory ceiling correctly when running under Docker.
26-
# Limit Bazel to consuming 2560K of RAM
27-
build --local_resources=2560,1.0,1.0
26+
# Limit Bazel to consuming 2048K of RAM
27+
build --local_resources=2048,1.0,1.0
2828
# Also limit Bazel's own JVM heap to stay within our 4G container limit
2929
startup --host_jvm_args=-Xmx1536m
3030

0 commit comments

Comments
 (0)