From df14c1b459e709a7e2545af287925993655009af Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 14 Oct 2019 15:08:32 +0200 Subject: l xerxes.r: make zfs less ram hungry --- lass/1systems/xerxes/physical.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lass/1systems/xerxes/physical.nix b/lass/1systems/xerxes/physical.nix index 43548bf0..4b150a54 100644 --- a/lass/1systems/xerxes/physical.nix +++ b/lass/1systems/xerxes/physical.nix @@ -45,7 +45,7 @@ swapDevices = [ ]; boot.extraModprobeConfig = '' - options zfs zfs_arc_max=1073741824 + options zfs zfs_arc_max=107374182 ''; nix.maxJobs = lib.mkDefault 4; -- cgit v1.2.3