hydra-queue-runner: increase NOFILE
Graham Christensen committed
Mar 21, 2022 at 14:45 UTC
fc177f85b3d6c51ce7563bf29d973c537c1f710e
1 file changed
+1
delft/hydra.nix
+1
@@ -78,6 +78,7 @@ in
78
systemd.services.hydra-queue-runner.restartIfChanged = false;
79
systemd.services.hydra-queue-runner.wantedBy = mkForce [];
80
systemd.services.hydra-queue-runner.requires = mkForce [];
81
+ systemd.services.hydra-queue-runner.serviceConfig.LimitNOFILE = 65535;
82
83
programs.ssh.hostKeyAlgorithms = [ "rsa-sha2-512-cert-v01@openssh.com" "ssh-ed25519" "ssh-rsa" "ecdsa-sha2-nistp256"];
84
programs.ssh.extraConfig = mkAfter