From 820fd7d9f053e5ba53d5ce4673161a78a4cf302a Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 19 Oct 2024 17:01:16 +0200 Subject: [PATCH] allow larger fetch distance --- share/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/share/common.nix b/share/common.nix index 03400bc..7bd1e1e 100644 --- a/share/common.nix +++ b/share/common.nix @@ -46,6 +46,7 @@ in # tweak ZFS boot.extraModprobeConfig = '' + options zfs zfetch_max_distance=268435456 options zfs zfs_arc_meta_limit_percent=75 options zfs zfs_arc_min=134217728 options zfs zfs_arc_max=4294967296