From e6bac83e020cf49c14687229b26cacb1b9ed3c49 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 25 Apr 2024 09:12:50 +0200 Subject: [PATCH] Tricot ulimit --- cluster/prod/app/core/deploy/tricot.hcl | 3 +++ 1 file changed, 3 insertions(+) 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 {