Bump up sonarr memory

This commit is contained in:
IamTheFij 2023-05-09 11:40:31 -07:00
parent 33ec66346b
commit 30766cce39
1 changed files with 2 additions and 2 deletions

View File

@ -198,8 +198,8 @@ job "ipdvr" {
resources {
cpu = 100
memory = 400
memory_max = 600
memory = 450
memory_max = 700
}
}
}