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

Commit 8015261

Browse files
committed
CI test
1 parent 68473b4 commit 8015261

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
@@ -24,9 +24,9 @@ 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 the amount of memory that Bazel consumes
27-
build --local_resources=1024,1.0,1.0
27+
build --local_resources=1536,1.0,1.0
2828
# Also limit Bazel's own JVM heap to stay within our 4G container limit
29-
startup --host_jvm_args=-Xmx3g
29+
startup --host_jvm_args=-Xmx2457m
3030

3131
# Use fixed chunk names for code-split bundles in CI
3232
# so that GitHub buildsize bot reports are accurate

0 commit comments

Comments
 (0)