From 228369e95fa44cdc104ca2964362cb0e89e5e6c1 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Tue, 22 Jun 2021 13:28:34 -0500 Subject: [PATCH] Double java heap size for buildkite (#9073) (cherry picked from commit 9e28840b95cc96620841053902bf22889d69ea1b) --- .buildkite-bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite-bazelrc b/.buildkite-bazelrc index 149781319..c7e45fe27 100644 --- a/.buildkite-bazelrc +++ b/.buildkite-bazelrc @@ -22,7 +22,7 @@ build:remote-cache --incompatible_strict_action_env=true # Import workspace options. import %workspace%/.bazelrc -startup --host_jvm_args=-Xmx1000m --host_jvm_args=-Xms1000m +startup --host_jvm_args=-Xmx2g --host_jvm_args=-Xms2g query --repository_cache=/tmp/repositorycache query --experimental_repository_cache_hardlinks build --repository_cache=/tmp/repositorycache