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