diff options
Diffstat (limited to 'system/loader.conf')
| -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" + |
