Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
# curl -sSL https://raw.githubusercontent.com/envoyproxy/envoy/master/.bazelrc > envoy.bazelrc
import %workspace%/envoy.bazelrc

# Istio override: increase JVM heap to 4GB for ARM64 builds (envoy.bazelrc sets 3GB)
# The 3GB limit causes memory pressure during large downloads which breaks gRPC remote cache connections
# See: https://github.com/istio/proxy/pull/6726
startup --host_jvm_args=-Xmx4g

# Overrides workspace_status_command
build --workspace_status_command=bazel/bazel_get_workspace_status
build:remote --remote_timeout=7200
Expand Down