Increase ZFS ARC cache to 2GB

This commit is contained in:
coolneng 2022-12-15 13:54:04 +01:00
parent e1812e77a8
commit 033f81ec83
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ with pkgs;
boot = {
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
kernelParams = [
"zfs.zfs_arc_max=1073741824"
"zfs.zfs_arc_max=2147483648"
"zfs.zfs_arc_meta_limit_percent=90"
"workqueue.power_efficient=y"
"nohibernate"