Merge pull request #229427 from Mic92/hercules-ci-agent
nixos/hercules-ci-agent: increase stack limit
This commit is contained in:
commit
c4793e85f1
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