l xerxes.r: make zfs less ram hungry
This commit is contained in:
parent
8a0defc7ec
commit
df14c1b459
|
@ -45,7 +45,7 @@
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
boot.extraModprobeConfig = ''
|
boot.extraModprobeConfig = ''
|
||||||
options zfs zfs_arc_max=1073741824
|
options zfs zfs_arc_max=107374182
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nix.maxJobs = lib.mkDefault 4;
|
nix.maxJobs = lib.mkDefault 4;
|
||||||
|
|
Loading…
Reference in a new issue