fix: Revert useless memory soft limit for jellyfin
This commit is contained in:
parent
9e9e513451
commit
90dc051151
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
|||
"Config": {
|
||||
"image": "lscr.io/linuxserver/jellyfin:latest",
|
||||
"runtime": "nvidia",
|
||||
"memory_hard_limit": 1536,
|
||||
"ports": [
|
||||
"jellyfin"
|
||||
],
|
||||
|
@ -47,7 +46,7 @@
|
|||
},
|
||||
"Resources": {
|
||||
"CPU": 1200,
|
||||
"MemoryMB": 400,
|
||||
"MemoryMB": 4096,
|
||||
"Devices": [
|
||||
{
|
||||
"Name": "nvidia/gpu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue