forked from Deuxfleurs/nixcfg
Tricot ulimit
This commit is contained in:
parent
ff7462b2c7
commit
e6bac83e02
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ job "core-tricot" {
|
||||||
volumes = [
|
volumes = [
|
||||||
"secrets:/etc/tricot",
|
"secrets:/etc/tricot",
|
||||||
]
|
]
|
||||||
|
ulimit {
|
||||||
|
nofile = "65535:65535"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
|
|
Loading…
Reference in a new issue