Merge pull request #229427 from Mic92/hercules-ci-agent

nixos/hercules-ci-agent: increase stack limit
This commit is contained in:
Robert Hensing
2023-05-02 13:42:42 +02:00
committed by GitHub
@@ -35,6 +35,9 @@ in
ExecStartPre = testCommand;
Restart = "on-failure";
RestartSec = 120;
LimitSTACK = 256 * 1024 * 1024;
OOMPolicy = "continue";
};
};