fix: Reduce memory consumption by jellyfin
See: https://github.com/jellyfin/jellyfin/issues/6306#issuecomment-1774093928
This commit is contained in:
parent
5c526266f8
commit
693c72588e
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue