From 10401fe999c052bcc9d4f3c9c26933a48afe57e6 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 1 Jul 2026 19:09:49 +0100 Subject: 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. --- system/loader.conf | 5 +++-- 1 file 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" + -- cgit v1.3