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.