perf: add memory max to jellyfin
This commit is contained in:
parent
2c1f3629c5
commit
b44c620f95
@ -9,14 +9,14 @@ job "jellyfin" {
|
||||
attribute = "${attr.cpu.arch}"
|
||||
value = "amd64"
|
||||
}
|
||||
group jellyfin-vue{
|
||||
group jellyfin-vue {
|
||||
network {
|
||||
mode = "host"
|
||||
port "http" {
|
||||
to = 80
|
||||
}
|
||||
}
|
||||
task "jellyfin-vue"{
|
||||
task "jellyfin-vue" {
|
||||
driver = "docker"
|
||||
service {
|
||||
name = "jellyfin-vue"
|
||||
@ -102,6 +102,7 @@ job "jellyfin" {
|
||||
}
|
||||
resources {
|
||||
memory = 2000
|
||||
memory_max = 4000
|
||||
cpu = 3000
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user