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": {
|
"Config": {
|
||||||
"image": "lscr.io/linuxserver/jellyfin:latest",
|
"image": "lscr.io/linuxserver/jellyfin:latest",
|
||||||
"runtime": "nvidia",
|
"runtime": "nvidia",
|
||||||
|
"memory_hard_limit": 4096,
|
||||||
"ports": [
|
"ports": [
|
||||||
"jellyfin"
|
"jellyfin"
|
||||||
],
|
],
|
||||||
|
@ -47,7 +48,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