aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-06-21 09:30:59 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-06-21 09:30:59 +0100
commitf1fb760f7f54cf0f0fceab9cbcceaf9d3f82fe56 (patch)
treef7326c4d10cb32b966f6f6d02f540e6a4213ff55
parent0faed29a1b4b856130a37b6c2572f5cee8c971d2 (diff)
Set max and minimum for zfs arc ( 2Gb and 1Gb ) for my 16Gb ram 1Tb NVME drive
-rw-r--r--system/loader.conf4
1 files 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"