"daemon-user-count 4" isn't enough on big boxes

Install enough nixbld daemon users so that max-jobs = auto isn't a problem on a 16+ core box
This commit is contained in:
Tim Dysinger 2021-09-07 07:51:42 -07:00
parent 07da2520ee
commit 234d806765
No known key found for this signature in database
GPG Key ID: 3F1AB897B5072741

View File

@ -22,7 +22,7 @@ fi
# Nix installer flags # Nix installer flags
installer_options=( installer_options=(
--daemon --daemon
--daemon-user-count 4 --daemon-user-count `nproc`
--no-channel-add --no-channel-add
--darwin-use-unencrypted-nix-store-volume --darwin-use-unencrypted-nix-store-volume
--nix-extra-conf-file /tmp/nix.conf --nix-extra-conf-file /tmp/nix.conf