Increase sonarr memory

This commit is contained in:
IamTheFij 2023-02-27 11:46:14 -08:00
parent f46cb72681
commit 5341cb1c8b

View File

@ -268,8 +268,8 @@ job "ipdvr" {
resources { resources {
cpu = 100 cpu = 100
memory = 300 memory = 400
memory_max = 500 memory_max = 600
} }
} }
} }