Increase ZFS arc_meta_limit to 100%
This commit is contained in:
parent
5c55f3b508
commit
8f6e53235c
|
@ -4,8 +4,9 @@
|
|||
# Kernel configuration
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_zen;
|
||||
kernelParams =
|
||||
[ "zfs.zfs_arc_max=536870912 zfs.zfs_arc_dnode_limit_percent=50" ];
|
||||
kernelParams = [
|
||||
"zfs.zfs_arc_max=536870912 zfs.zfs_arc_dnode_limit_percent=50 zfs.zfs_arc_meta_limit_percent=100"
|
||||
];
|
||||
kernelModules = [ "i915" "acpi_call" "kvm-intel" ];
|
||||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
|
|
Loading…
Reference in New Issue