aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-06-21 09:25:41 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-06-21 09:25:41 +0100
commit0faed29a1b4b856130a37b6c2572f5cee8c971d2 (patch)
treeba620d640f0b33e5add560db2c865222bb5fcf4f
parent10e7f88b65ebbe3146c83790c7b50ae33d28c8d3 (diff)
Set max and minimum for zfs arc ( 2Gb and 1Gb ) for my 16Gb ram 1Tb NVME drive
-rw-r--r--system/loader.conf7
1 files changed, 7 insertions, 0 deletions
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"
+