Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ 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
# Also increase direct buffer memory for large file transfers
# See: https://github.com/istio/proxy/pull/6726
startup --host_jvm_args=-Xmx4g
startup --host_jvm_args=-XX:MaxDirectMemorySize=4g

# Overrides workspace_status_command
build --workspace_status_command=bazel/bazel_get_workspace_status
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @istio/wg-policies-and-telemetry-maintainers
* @istio/release-managers-1-29
2 changes: 1 addition & 1 deletion common/Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mirror-licenses: mod-download-go
@license-lint --mirror

TMP := $(shell mktemp -d -u)
UPDATE_BRANCH ?= "master"
UPDATE_BRANCH ?= "release-1.29"

BUILD_TOOLS_ORG ?= "istio"

Expand Down