feat(jellyfin): use recommended memory spec
This commit is contained in:
parent
b0f97f5023
commit
3a92146de5
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,6 @@
|
|||
"group_add": [
|
||||
"997"
|
||||
],
|
||||
"memory_hard_limit": 4096,
|
||||
"ports": [
|
||||
"jellyfin"
|
||||
],
|
||||
|
@ -46,7 +45,7 @@
|
|||
},
|
||||
"Resources": {
|
||||
"CPU": 1200,
|
||||
"MemoryMB": 400,
|
||||
"MemoryMB": 4096,
|
||||
"Devices": [
|
||||
{
|
||||
"Name": "nvidia/gpu",
|
||||
|
@ -80,4 +79,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue