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