fix (rutorrent): increase nofile setting

This commit is contained in:
vincent 2024-12-08 08:50:54 +01:00
parent 577c78d442
commit ac307ffbec

View File

@ -45,7 +45,8 @@ job "torrent" {
} }
config { config {
ulimit { ulimit {
nofile = "8192:8192" nproc=65535
nofile = "32000:40000"
} }
image = "docker.service.consul:5000/crazymax/rtorrent-rutorrent:edge" image = "docker.service.consul:5000/crazymax/rtorrent-rutorrent:edge"
ports = [ ports = [