diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-07-01 19:09:49 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-07-01 19:09:49 +0100 |
| commit | 10401fe999c052bcc9d4f3c9c26933a48afe57e6 (patch) | |
| tree | 6c3f0676079415ca8b940b8fa4c96a613f1e4e1c | |
| parent | 26247e6cee54a1cc06129de47e33fdfc10ecb8d5 (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
| -rw-r--r-- | system/loader.conf | 5 |
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" + |
