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": {
|
"Config": {
|
||||||
"image": "lscr.io/linuxserver/jellyfin:latest",
|
"image": "lscr.io/linuxserver/jellyfin:latest",
|
||||||
"runtime": "nvidia",
|
"runtime": "nvidia",
|
||||||
|
"memory_hard_limit": "1.5g",
|
||||||
"ports": [
|
"ports": [
|
||||||
"jellyfin"
|
"jellyfin"
|
||||||
],
|
],
|
||||||
|
@ -46,7 +47,7 @@
|
||||||
},
|
},
|
||||||
"Resources": {
|
"Resources": {
|
||||||
"CPU": 1200,
|
"CPU": 1200,
|
||||||
"MemoryMB": 4096,
|
"MemoryMB": 400,
|
||||||
"Devices": [
|
"Devices": [
|
||||||
{
|
{
|
||||||
"Name": "nvidia/gpu",
|
"Name": "nvidia/gpu",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue