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

This commit is contained in:
Raito Bezarius 2023-08-04 02:52:46 +02:00
parent d9d32e0194
commit 88873083d5

View file

@ -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 = [