aboutsummaryrefslogtreecommitdiff
path: root/system/loader.conf
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-07-01 19:09:49 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-07-01 19:09:49 +0100
commit10401fe999c052bcc9d4f3c9c26933a48afe57e6 (patch)
tree6c3f0676079415ca8b940b8fa4c96a613f1e4e1c /system/loader.conf
parent26247e6cee54a1cc06129de47e33fdfc10ecb8d5 (diff)
sysctl vfs.zfs.arc_max is deprecated. Use vfs.zfs.arc.max instead. sysctl vfs.zfs.arc_min is deprecated. Use vfs.zfs.arc.min instead.HEADmaster
Diffstat (limited to 'system/loader.conf')
-rw-r--r--system/loader.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/loader.conf b/system/loader.conf
index e9525ea..e8558e9 100644
--- a/system/loader.conf
+++ b/system/loader.conf
@@ -26,10 +26,10 @@ acpi_ibm_load="YES"
# hw.pci.do_power_nodriver=3
# Set Maximum for ZFS ARC
-vfs.zfs.arc_max="2147483648"
+vfs.zfs.arc.max="2147483648"
# Set Minimum for ZFS ARC
-vfs.zfs.arc_min="1073741824"
+vfs.zfs.arc.min="1073741824"
# Terminal vt(4) Gruvbox colors
kern.vt.color.0.rgb="#000000"
@@ -48,3 +48,4 @@ kern.vt.color.12.rgb="#83a598"
kern.vt.color.13.rgb="#d3869b"
kern.vt.color.14.rgb="#8ec07c"
kern.vt.color.15.rgb="#ebdbb2"
+