Reduce resource allocation to jellyfin to better accomodate hardware acceleration
This commit is contained in:
parent
9102fdae5d
commit
6bd0c5056a
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@
|
||||||
"JELLYFIN_PublishedServerUrl": "192.168.1.5"
|
"JELLYFIN_PublishedServerUrl": "192.168.1.5"
|
||||||
},
|
},
|
||||||
"Resources": {
|
"Resources": {
|
||||||
"CPU": 3100,
|
"CPU": 1200,
|
||||||
"MemoryMB": 8129,
|
"MemoryMB": 4096,
|
||||||
"Devices": [
|
"Devices": [
|
||||||
{
|
{
|
||||||
"Name": "nvidia/gpu",
|
"Name": "nvidia/gpu",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue