more ram for ARC
This commit is contained in:
parent
5739ac294a
commit
4930701d61
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue