add zfs arc settings for palatine-hill
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
2ebe1c76f7
commit
3cd1302140
@ -55,6 +55,10 @@ in
|
|||||||
"vm.overcommit_memory" = 1;
|
"vm.overcommit_memory" = 1;
|
||||||
"vm.swappiness" = 10;
|
"vm.swappiness" = 10;
|
||||||
};
|
};
|
||||||
|
extraModprobeConfig = ''
|
||||||
|
options zfs zfs_arc_min=82463372083
|
||||||
|
options zfs zfs_arc_max=192414534860
|
||||||
|
'';
|
||||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
initrd.secrets = lib.mergeAttrsList (map bootkey zfskeys);
|
initrd.secrets = lib.mergeAttrsList (map bootkey zfskeys);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user