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