updates ZFS configuration to set maximum ARC size to 20 GiB
This commit is contained in:
parent
b2768c334a
commit
bb6545a45a
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user