aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-04-25 09:12:50 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-04-25 09:13:06 +0200
commite6bac83e020cf49c14687229b26cacb1b9ed3c49 (patch)
treeed5e459128320412d854d3fbdda839b86f2666fc
parentff7462b2c7433fa804d365e03ee773d306993a34 (diff)
downloadnixcfg-e6bac83e020cf49c14687229b26cacb1b9ed3c49.tar.gz
nixcfg-e6bac83e020cf49c14687229b26cacb1b9ed3c49.zip
Tricot ulimit
-rw-r--r--cluster/prod/app/core/deploy/tricot.hcl3
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 {