updates ZFS configuration to set maximum ARC size to 20 GiB

This commit is contained in:
Menno van Leeuwen 2024-11-16 15:14:44 +01:00
parent b2768c334a
commit bb6545a45a
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -73,7 +73,7 @@ in
# If you want to keep compression settings # If you want to keep compression settings
boot.kernelParams = [ boot.kernelParams = [
"zfs.zfs_compressed_arc_enabled=1" # Enable compressed ARC "zfs.zfs_compressed_arc_enabled=1" # Enable compressed ARC
"zfs.zfs_arc_max=17179869184" # 16 GiB "zfs.zfs_arc_max=21474836480" # 20 GiB
]; ];
fileSystems = { fileSystems = {