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 {