epyc: 64 → 42 max jobs otherwise RAM explodes too quickly with browsers and whatever
This commit is contained in:
parent
d9d32e0194
commit
88873083d5
|
@ -52,7 +52,7 @@ in
|
|||
settings = {
|
||||
keep-outputs = true;
|
||||
keep-derivations = true;
|
||||
max-jobs = 64;
|
||||
max-jobs = 42; # 64 is too much, it will explode the RAM for now. Let's keep it serious.
|
||||
# in zfs we trust
|
||||
fsync-metadata = lib.boolToString (!config.boot.isContainer or config.fileSystems."/".fsType != "zfs");
|
||||
substituters = [
|
||||
|
|
Loading…
Reference in a new issue