Increase ZFS ARC cache to 2GB
This commit is contained in:
parent
e1812e77a8
commit
033f81ec83
|
@ -7,7 +7,7 @@ with pkgs;
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"zfs.zfs_arc_max=1073741824"
|
"zfs.zfs_arc_max=2147483648"
|
||||||
"zfs.zfs_arc_meta_limit_percent=90"
|
"zfs.zfs_arc_meta_limit_percent=90"
|
||||||
"workqueue.power_efficient=y"
|
"workqueue.power_efficient=y"
|
||||||
"nohibernate"
|
"nohibernate"
|
||||||
|
|
Loading…
Reference in New Issue