mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Add libjemalloc2 to Debian packages
Addresses jellyfin/jellyfin#11588 for Debuntu packages, mirroring #70 for these OS-level packages.
This commit is contained in:
Vendored
+3
@@ -30,6 +30,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"
|
||||
|
||||
# Use jemalloc2 for improved RAM usage (#11588)
|
||||
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
|
||||
|
||||
# Disable glibc dynamic heap adjustment
|
||||
MALLOC_TRIM_THRESHOLD_=131072
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -16,7 +16,7 @@ Description: Jellyfin is the Free Software Media System.
|
||||
|
||||
Package: jellyfin-server
|
||||
Architecture: any
|
||||
Depends: libfontconfig1, adduser
|
||||
Depends: libfontconfig1, libjemalloc2, adduser
|
||||
Recommends: jellyfin-web, sudo, jellyfin-ffmpeg7 | ffmpeg
|
||||
Description: Jellyfin is the Free Software Media System.
|
||||
This package provides the Jellyfin server backend and API.
|
||||
|
||||
Reference in New Issue
Block a user