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:
parent
c6e7c04e91
commit
301d6bb9c2
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ in
|
|||
ExecStartPre = testCommand;
|
||||
Restart = "on-failure";
|
||||
RestartSec = 120;
|
||||
|
||||
LimitSTACK = 256 * 1024 * 1024;
|
||||
OOMPolicy = "continue";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue