feat(jellyfin): set MALLOC_TRIM_THRESHOLD_
This commit is contained in:
parent
6684a03ef0
commit
b99e01107a
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
|||
"TZ": "Europe/London",
|
||||
"PUID": "985",
|
||||
"PGID": "997",
|
||||
"JELLYFIN_PublishedServerUrl": "192.168.1.5"
|
||||
"JELLYFIN_PublishedServerUrl": "192.168.1.5",
|
||||
"MALLOC_TRIM_THRESHOLD_": "100000"
|
||||
},
|
||||
"Resources": {
|
||||
"CPU": 1200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue