From 88873083d509478d3aff3dbd8fa9224220ae645a Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 4 Aug 2023 02:52:46 +0200 Subject: [PATCH] =?UTF-8?q?epyc:=2064=20=E2=86=92=2042=20max=20jobs=20othe?= =?UTF-8?q?rwise=20RAM=20explodes=20too=20quickly=20with=20browsers=20and?= =?UTF-8?q?=20whatever?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/nix-daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix-daemon.nix b/modules/nix-daemon.nix index 3120c3d..ab3626e 100644 --- a/modules/nix-daemon.nix +++ b/modules/nix-daemon.nix @@ -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 = [