fix(eientei): set zfs_arc_max
This commit is contained in:
parent
112432c100
commit
86bde3f545
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue