more ram for ARC

This commit is contained in:
Cyryl Płotnicki 2023-12-08 08:32:23 +00:00
parent 5739ac294a
commit 4930701d61

View file

@ -19,7 +19,7 @@
services.zfs.autoScrub.enable = true;
services.zfs.trim.enable = true;
boot.kernelParams = ["zfs.zfs_arc_max=8589934592"];
boot.kernelParams = ["zfs.zfs_arc_max=17179869184"];
boot.zfs.extraPools = ["data"];