fix (rutorrent): increase nofile setting
This commit is contained in:
parent
577c78d442
commit
ac307ffbec
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user