epyc: 64 → 42 max jobs otherwise RAM explodes too quickly with browsers and whatever

pull/2/head
Raito Bezarius 1 year ago
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 = [