@cryptotaxi247 / infra-1 / commits / 66da5cfd

hydra: mask hydra-notify.service

Eats 30GB+ memory and bursts resources a lot during startup, but we don't use any of its features.

Martin Weinelt committed Aug 3, 2024 at 01:57 UTC 66da5cfddb8c67b5e2f0b5bba62899f1f82eec42
1 file changed +3
build/hydra.nix
+3
@@ -70,6 +70,9 @@ in
70 '';
71 });
72
73 + # eats memory as if it was free
74 + systemd.services.hydra-notify.enable = false;
75 +
76 systemd.tmpfiles.rules =
77 [
78 "d /var/cache/hydra 0755 hydra hydra - -"