build02: set zfs_arc_max
This commit is contained in:
parent
6775f01d28
commit
d31c569094
1 changed files with 2 additions and 0 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue