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
1 changed files with 3 additions and 0 deletions

View File

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