adds ZFS ARC maximum size parameter to configuration (16GB)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user