diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/conf/jellyfin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/conf/jellyfin b/debian/conf/jellyfin index aec1d4d10..af460fedc 100644 --- a/debian/conf/jellyfin +++ b/debian/conf/jellyfin @@ -24,6 +24,9 @@ JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin/web" # 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" |
