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
commit c4793e85f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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