nixos/hercules-ci-agent: increase stack limit

see https://github.com/hercules-ci/hercules-ci-agent/pull/451 for context
This commit is contained in:
Jörg Thalheim 2023-05-02 09:53:10 +02:00
parent c6e7c04e91
commit 301d6bb9c2

View file

@ -35,6 +35,9 @@ in
ExecStartPre = testCommand;
Restart = "on-failure";
RestartSec = 120;
LimitSTACK = 256 * 1024 * 1024;
OOMPolicy = "continue";
};
};