Raise limits for syncthing and jellyfin

Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
main 2022-12-11 14:13:36 +01:00
parent 74fcc1a37a
commit aa9573e325
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 6 additions and 10 deletions

View file

@ -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 {

View file

@ -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 {