build02: set zfs_arc_max

This commit is contained in:
zowoq 2024-04-14 14:39:04 +10:00
parent 6775f01d28
commit d31c569094

View file

@ -11,6 +11,8 @@
inputs.self.nixosModules.disko-zfs
];
boot.kernelParams = [ "zfs.zfs_arc_max=17179869184" ]; # 16GB, try to limit OOM kills / reboots
networking.hostName = "build02";
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];