Closed
Description
To reduce RAM usage I'd like bootstrap to use fewer than all of my cores. (Many of them are efficiency cores so it's unclear that it's really so beneficial to use them all.) But currently I'd have to set -j
on every single bootstrap invocation, which is not great. Would be nice if this could be set in the config file, like most other options can.