mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Give more memory to jellyfin
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
ce5726bbdd
commit
e4e40ee7bc
|
@ -88,8 +88,8 @@ job "jellyfin" {
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 1024
|
cpu = 1024
|
||||||
memory = 1024
|
memory = 1536
|
||||||
memory_max = 2048
|
memory_max = 3072
|
||||||
}
|
}
|
||||||
|
|
||||||
volume_mount {
|
volume_mount {
|
||||||
|
|
Loading…
Reference in a new issue