Tricot ulimit

This commit is contained in:
Quentin 2024-04-25 09:12:50 +02:00
parent ff7462b2c7
commit e6bac83e02
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -35,6 +35,9 @@ job "core-tricot" {
volumes = [ volumes = [
"secrets:/etc/tricot", "secrets:/etc/tricot",
] ]
ulimit {
nofile = "65535:65535"
}
} }
resources { resources {