mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
increase bazel java max mem to 4gb (#10363)
* increase bazel java max mem to 4gb * DEBUG: set nocache and modify nogo to force any disk cache misses. Revert this commit after testing in CI * Revert "DEBUG: set nocache and modify nogo to force any disk cache misses. Revert this commit after testing in CI" This reverts commit dc41cce43d511ab4c2788c772b6e6c9f2d0b3a08.
This commit is contained in:
parent
6cc88e6454
commit
03e7acbf9f
@ -28,7 +28,7 @@ build --experimental_use_hermetic_linux_sandbox
|
||||
# Import workspace options.
|
||||
import %workspace%/.bazelrc
|
||||
|
||||
startup --host_jvm_args=-Xmx2g --host_jvm_args=-Xms2g
|
||||
startup --host_jvm_args=-Xmx4g --host_jvm_args=-Xms2g
|
||||
build --experimental_strict_action_env
|
||||
build --sandbox_tmpfs_path=/tmp
|
||||
build --verbose_failures
|
||||
|
Loading…
Reference in New Issue
Block a user