You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker_builder task should support a selectable number of CPUs. Right now it's hard-coded to 4.
Context
The Nix project has some tasks that must use docker_builder, even though they can only take advantage of a single CPU. So we're wasting resources. Our builds would schedule sooner, and your bills would be lower, if we could reduce the CPU count.