Add MALLOC_TRIM_THRESHOLD_=131072 to default ENV

This commit is contained in:
Shadowghost
2023-10-22 16:44:17 +02:00
parent be5e10ac37
commit 5e2872509a
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ JELLYFIN_RESTART_OPT="--restartpath=/usr/lib/jellyfin/restart.sh"
# ffmpeg binary paths, overriding the system values
JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"
# Disable glibc dynamic heap adjustment
MALLOC_TRIM_THRESHOLD_=131072
# [OPTIONAL] run Jellyfin as a headless service
#JELLYFIN_SERVICE_OPT="--service"