From 0faed29a1b4b856130a37b6c2572f5cee8c971d2 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 21 Jun 2026 09:25:41 +0100 Subject: Set max and minimum for zfs arc ( 2Gb and 1Gb ) for my 16Gb ram 1Tb NVME drive --- system/loader.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'system') diff --git a/system/loader.conf b/system/loader.conf index 22f6c3b..1060c4b 100644 --- a/system/loader.conf +++ b/system/loader.conf @@ -24,3 +24,10 @@ acpi_ibm_load="YES" # Power Management / Power off devices without attached driver # hw.pci.do_power_nodriver=3 + +# Set Max for ZFS ARC +vfs.zfs.arc_max="2147483648" + +# Set Minumum for ZFS ARC +vfs.zfs.arc_min="1073741824" + -- cgit v1.3