aboutsummaryrefslogtreecommitdiff
path: root/system/loader.conf
diff options
context:
space:
mode:
Diffstat (limited to 'system/loader.conf')
-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"
+