zfs: arc 12000 -> 20000 mb

This commit is contained in:
Simon Gardling 2025-06-22 22:10:56 -07:00
parent 9175620c35
commit bb324ecb9a
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -22,7 +22,7 @@ in
boot.kernelParams =
let
mb = 12000;
mb = 20000;
in
[
"zfs.zfs_arc_max=${builtins.toString (mb * 1000000)}"