allbuildtestrunquerystartup options
--local_cpu_resources=<integer, or "HOST_CPUS", optionally followed by [-|*]<float>.>
Explicitly set the total number of local CPU cores available to Bazel to spend on build actions executed locally. Takes an integer, or "HOST_CPUS", optionally followed by [-|*]<float> (eg. HOST_CPUS*.5 to use half the available CPU cores). By default, ("HOST_CPUS"), Bazel will query system configuration to estimate the number of CPU cores available.
default: "HOST_CPUS"
host machine_resource_optimizations