perf: add memory max to jellyfin

This commit is contained in:
vincent 2023-09-21 20:27:27 +02:00
parent 2c1f3629c5
commit b44c620f95

View File

@ -102,6 +102,7 @@ job "jellyfin" {
}
resources {
memory = 2000
memory_max = 4000
cpu = 3000
}
}