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