Commit 301d6bb9 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

nixos/hercules-ci-agent: increase stack limit

parent c6e7c04e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ in
        ExecStartPre = testCommand;
        Restart = "on-failure";
        RestartSec = 120;

        LimitSTACK = 256 * 1024 * 1024;
        OOMPolicy = "continue";
      };
    };