mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-21 15:54:21 +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 {
|
||||
cpu = 75
|
||||
memory = 48
|
||||
}
|
||||
|
||||
config {
|
||||
memory_hard_limit = 96
|
||||
memory_max = 96
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -101,6 +98,7 @@ job "jellyfin" {
|
|||
resources {
|
||||
cpu = 1024
|
||||
memory = 1024
|
||||
memory_max = 2048
|
||||
}
|
||||
|
||||
volume_mount {
|
||||
|
|
|
@ -66,10 +66,7 @@ job "syncthing" {
|
|||
resources {
|
||||
cpu = 75
|
||||
memory = 48
|
||||
}
|
||||
|
||||
config {
|
||||
memory_hard_limit = 96
|
||||
memory_max = 96
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -85,8 +82,9 @@ job "syncthing" {
|
|||
}
|
||||
|
||||
resources {
|
||||
cpu = 128
|
||||
memory = 128
|
||||
cpu = 512
|
||||
memory = 512
|
||||
memory_max = 1024
|
||||
}
|
||||
|
||||
volume_mount {
|
||||
|
|
Loading…
Reference in a new issue