l xerxes.r: make zfs less ram hungry

This commit is contained in:
lassulus 2019-10-14 15:08:32 +02:00
parent 8a0defc7ec
commit df14c1b459

View file

@ -45,7 +45,7 @@
swapDevices = [ ];
boot.extraModprobeConfig = ''
options zfs zfs_arc_max=1073741824
options zfs zfs_arc_max=107374182
'';
nix.maxJobs = lib.mkDefault 4;