@cryptotaxi247 / infra-1 / commits / 3021db8e

builders aarch64: do NOT useTmpfs, not even on hopeful-rivest

I was too optimistic. After seeing repeated kills of Firefox builds during linking, I think this is more harm than good as it was. Perhaps some of the builds got more expensive over time. The graph doesn't look good lately: https://grafana.nixos.org/d/rYdddlPWk/node-exporter-full?orgId=1&var-job=node&var-node=hopeful-rivest.builder.nixos.org:9100&from=now-7d&to=now&viewPanel=panel-78

Vladimír Čunát committed Sep 8, 2025 at 07:09 UTC 3021db8e9e3b9a7729a289e55542af9c316e97fc
1 file changed -6
builders/instances/hopeful-rivest.nix
-6
@@ -9,12 +9,6 @@
9 system-features = [ "big-parallel" ];
10 };
11
12 - # 128G RAM only, but seems to be OK in practice
13 - boot.tmp = {
14 - useTmpfs = true;
15 - tmpfsSize = "128G";
16 - };
17 -
12 networking = {
13 hostName = "hopeful-rivest";
14 domain = "builders.nixos.org";