2024-07-26, 03:21 PM
(2024-07-26, 01:40 PM)TheDreadPirate Wrote: Are you able to break out the processes running in the container? Is there a library scan in progress? Trickplays being generated? Either can spawn a lot of ffmpeg processes and consume memory.
In LSIO's image for 10.8.13 there was an issue where it did not honor the limit on the number of ffmpeg processes it can spawn when doing library scans/chapter image extraction. In my testing it spawned up to 200 ffmpeg processes and used 15GB of RAM. Like reserved RAM, not cache. I'm not sure if that also true for their 10.9 image.
Also, can you list out the docker environment variables for the jellyfin container? Do you have this env variable set?
MALLOC_TRIM_THRESHOLD_=131072
The only environment variables I have set are
JELLYFIN_PublishedServerUrl and NVIDIA_VISIBLE_DEVICES
How could I break out the processes running in the container? See attached for what I see in the container with top.
This could be related to Trickplay, I guess. My library has about 2500 movies and 2000 TV shows. And on a daily basis, I'm only adding 1-2 new items at most.
List of plugins attached.
Thanks for the help and ideas.