diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-04-25 09:12:50 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-04-25 09:13:06 +0200 |
commit | e6bac83e020cf49c14687229b26cacb1b9ed3c49 (patch) | |
tree | ed5e459128320412d854d3fbdda839b86f2666fc /cluster | |
parent | ff7462b2c7433fa804d365e03ee773d306993a34 (diff) | |
download | nixcfg-e6bac83e020cf49c14687229b26cacb1b9ed3c49.tar.gz nixcfg-e6bac83e020cf49c14687229b26cacb1b9ed3c49.zip |
Tricot ulimit
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/app/core/deploy/tricot.hcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cluster/prod/app/core/deploy/tricot.hcl b/cluster/prod/app/core/deploy/tricot.hcl index 2c0636f..581fb74 100644 --- a/cluster/prod/app/core/deploy/tricot.hcl +++ b/cluster/prod/app/core/deploy/tricot.hcl @@ -35,6 +35,9 @@ job "core-tricot" { volumes = [ "secrets:/etc/tricot", ] + ulimit { + nofile = "65535:65535" + } } resources { |