adds ZFS ARC maximum size parameter to configuration (16GB)

This commit is contained in:
2024-11-16 14:37:42 +01:00
parent 8a656f0d95
commit 2af2995b18

View File

@ -71,6 +71,7 @@ in
# If you want to keep compression settings # If you want to keep compression settings
boot.kernelParams = [ "zfs.zfs_compressed_arc_enabled=1" ]; boot.kernelParams = [ "zfs.zfs_compressed_arc_enabled=1" ];
boot.kernelParams = [ "zfs.zfs_arc_max=17179869184" ]; # 16 GiB
fileSystems = { fileSystems = {
# backup ZFS mount points # backup ZFS mount points