From 0dc6d902f915b029eabb83fb0918834cf81683c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 06:06:01 +0000 Subject: [PATCH 1/2] build(deps): bump upstream from `4ecfa6b` to `3a9b19c` Bumps [upstream](https://github.com/bazelbuild/bazel) from `4ecfa6b` to `3a9b19c`. - [Release notes](https://github.com/bazelbuild/bazel/releases) - [Commits](https://github.com/bazelbuild/bazel/compare/4ecfa6bc4d7c792772dedd8f630e2d60cb018c06...3a9b19c85b11c8a7eaa07013e052bb92d4dc8132) --- updated-dependencies: - dependency-name: upstream dependency-version: 3a9b19c85b11c8a7eaa07013e052bb92d4dc8132 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- upstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream b/upstream index 4ecfa6bc..3a9b19c8 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit 4ecfa6bc4d7c792772dedd8f630e2d60cb018c06 +Subproject commit 3a9b19c85b11c8a7eaa07013e052bb92d4dc8132 From aadde95f3d8825bddcf963e01d079508ddd39d5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Aug 2026 06:11:35 +0000 Subject: [PATCH 2/2] chore: update documentation from upstream Bazel repo [skip ci] Synchronized pre-converted MDX files from upstream Bazel repository. --- reference/command-line-reference.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/command-line-reference.mdx b/reference/command-line-reference.mdx index df5f37ac..28ad2201 100644 --- a/reference/command-line-reference.mdx +++ b/reference/command-line-reference.mdx @@ -4316,6 +4316,12 @@ Options that trigger optimizations of the build time Tags: [`host_machine_resource_optimizations`](#effect_tag_HOST_MACHINE_RESOURCE_OPTIMIZATIONS) + + Enables the experimental local execution scheduling based on memory load, not estimation of actions one by one. + + Tags: [`execution`](#effect_tag_EXECUTION) + + Set the number of resources available to Bazel. Takes in an assignment to a float or HOST_RAM/HOST_CPUS, optionally followed by [-|*]<float> (eg. memory=HOST_RAM*.5 to use half the available RAM). Can be used multiple times to specify multiple types of resources. Bazel will limit concurrently running actions based on the available resources and the resources required. Tests can declare the amount of resources they need by using a tag of the "resources:<resource name>:<amount>" format.