mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 00:04:20 +01:00
Raise limits for syncthing and jellyfin
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
74fcc1a37a
commit
aa9573e325
|
@ -71,10 +71,7 @@ job "jellyfin" {
|
||||||
resources {
|
resources {
|
||||||
cpu = 75
|
cpu = 75
|
||||||
memory = 48
|
memory = 48
|
||||||
}
|
memory_max = 96
|
||||||
|
|
||||||
config {
|
|
||||||
memory_hard_limit = 96
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -101,6 +98,7 @@ job "jellyfin" {
|
||||||
resources {
|
resources {
|
||||||
cpu = 1024
|
cpu = 1024
|
||||||
memory = 1024
|
memory = 1024
|
||||||
|
memory_max = 2048
|
||||||
}
|
}
|
||||||
|
|
||||||
volume_mount {
|
volume_mount {
|
||||||
|
|
|
@ -66,10 +66,7 @@ job "syncthing" {
|
||||||
resources {
|
resources {
|
||||||
cpu = 75
|
cpu = 75
|
||||||
memory = 48
|
memory = 48
|
||||||
}
|
memory_max = 96
|
||||||
|
|
||||||
config {
|
|
||||||
memory_hard_limit = 96
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -85,8 +82,9 @@ job "syncthing" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 128
|
cpu = 512
|
||||||
memory = 128
|
memory = 512
|
||||||
|
memory_max = 1024
|
||||||
}
|
}
|
||||||
|
|
||||||
volume_mount {
|
volume_mount {
|
||||||
|
|
Loading…
Reference in a new issue