2024-08-04, 06:44 PM
How much RAM does you have and how much RAM does the container have access to? My jellyfin rarely goes about ~2.5GB of reserved memory. When adding a lot of new content, ffmpeg threads can consume a lot of memory. But playing back a file the ffmpeg process should not consume more than a few hundred MB of memory.
Can you ensure that this environment variable is set in the container?
MALLOC_TRIM_THRESHOLD_=131072
Can you ensure that this environment variable is set in the container?
MALLOC_TRIM_THRESHOLD_=131072