2024-02-29, 12:31 AM
Doesn't look like the
https://github.com/binhex/arch-jellyfin/...erfile#L36
The official image includes the environment variable that drastically reduced RAM usage for me. Went from over
https://github.com/jellyfin/jellyfin/pull/10454
output:
binhex/arch-jellyfin
image includes the MALLOC_TRIM_THRESHOLD_
environment variable.https://github.com/binhex/arch-jellyfin/...erfile#L36
The official image includes the environment variable that drastically reduced RAM usage for me. Went from over
10G
after a few weeks of running to ~700M
. https://github.com/jellyfin/jellyfin/pull/10454
podman image inspect --format '{{ index (index .Config.Env) 12 }}' docker.io/jellyfin/jellyfin:10.8.13-1
output:
MALLOC_TRIM_THRESHOLD_=131072