fix(eientei): set zfs_arc_max

This commit is contained in:
514fpv 2024-03-21 08:14:58 +08:00
parent 1c6b3267d8
commit f7e306e847
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -27,6 +27,7 @@
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="80:61:5f:07:9e:2f", NAME="ix0" SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="80:61:5f:07:9e:2f", NAME="ix0"
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:e0:4c:68:bb:30", NAME="ss0" SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:e0:4c:68:bb:30", NAME="ss0"
''; '';
boot.kernelParams = [ "zfs.zfs_arc_max=17179869184" ];
imports = lib.pipe ./. [ imports = lib.pipe ./. [
builtins.readDir builtins.readDir