fix: Reduce memory consumption by jellyfin

See: https://github.com/jellyfin/jellyfin/issues/6306#issuecomment-1774093928
This commit is contained in:
Ben Martin 2024-07-28 19:06:18 +00:00
parent 5c526266f8
commit 693c72588e
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -11,6 +11,7 @@
"Config": {
"image": "lscr.io/linuxserver/jellyfin:latest",
"runtime": "nvidia",
"memory_hard_limit": "1.5g",
"ports": [
"jellyfin"
],
@ -46,7 +47,7 @@
},
"Resources": {
"CPU": 1200,
"MemoryMB": 4096,
"MemoryMB": 400,
"Devices": [
{
"Name": "nvidia/gpu",