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

Commit 68473b4

Browse files
committed
CI test
1 parent 1936320 commit 68473b4

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
@@ -26,7 +26,7 @@ build --experimental_repository_cache=/home/circleci/bazel_repository_cache
2626
# Limit the amount of memory that Bazel consumes
2727
build --local_resources=1024,1.0,1.0
2828
# Also limit Bazel's own JVM heap to stay within our 4G container limit
29-
startup --host_jvm_args=-Xmx1900m
29+
startup --host_jvm_args=-Xmx3g
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)