build02: bump zfs_arc_max to 24GB
This commit is contained in:
parent
29ccc15750
commit
07547aa0a7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
inputs.self.nixosModules.disko-zfs
|
||||
];
|
||||
|
||||
boot.kernelParams = [ "zfs.zfs_arc_max=17179869184" ]; # 16GB, try to limit OOM kills / reboots
|
||||
boot.kernelParams = [ "zfs.zfs_arc_max=${toString (24 * 1024 * 1024 * 1024)}" ]; # 24GB, try to limit OOM kills / reboots
|
||||
|
||||
networking.hostName = "build02";
|
||||
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue