"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:
parent
07da2520ee
commit
234d806765
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user