feat(jellyfin): retry setting soft memory limit
This commit is contained in:
parent
d1787eb961
commit
64e3be711f
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": 4096,
|
||||
"ports": [
|
||||
"jellyfin"
|
||||
],
|
||||
|
@ -47,7 +48,7 @@
|
|||
},
|
||||
"Resources": {
|
||||
"CPU": 1200,
|
||||
"MemoryMB": 4096,
|
||||
"MemoryMB": 400,
|
||||
"Devices": [
|
||||
{
|
||||
"Name": "nvidia/gpu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue