Double java heap size for buildkite (#9073)

(cherry picked from commit 9e28840b95cc96620841053902bf22889d69ea1b)
This commit is contained in:
Preston Van Loon 2021-06-22 13:28:34 -05:00 committed by GitHub
parent 9ee086feaf
commit 228369e95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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