builders: try 160GB tmpfs for big-parallel builders
Martin Weinelt committed
Jan 18, 2025 at 00:51 UTC
6eecfb79e36ce3d4e14a71f36597b6f648cb2133
1 file changed
+2
-2
builders/profiles/hetzner-ax101r.nix
+2
-2
@@ -16,8 +16,8 @@
16
boot.tmp = {
17
useTmpfs = true;
18
# 96G tmpfs, 160G RAM for standard builders
19
- # 128G tmpfs, 128G RAM for big parallel builders
20
- tmpfsSize = if lib.elem "big-parallel" config.nix.settings.system-features then "128G" else "96G";
19
+ # 160G tmpfs, 96G RAM for big parallel builders
20
+ tmpfsSize = if lib.elem "big-parallel" config.nix.settings.system-features then "160G" else "96G";
21
};
22
23
boot.initrd.availableKernelModules = [