2024-08-04, 05:39 PM
Update:
I have realized what the problem is. Jellyfin is eating ALL the RAM. I was watching the resource windows and exactly as the RAM usage went to 100 % the server stopped responding.
I can see from this post you are also answering "https://forum.jellyfin.org/t-excessive-ram-consumption" that it might be the ffmpeg probe which would make sense. I have 8 thread, so it would be running 16 ffmpeg probes. and with big 4K files sometimes at the 50-60 GB size I could imagine this would eat a lot of RAM.
I've tried to add a "--memory: 20g" flag to limit RAM usage, but it did nothing. It keeps climbing to 90 percent, before I manually stop the docker.
What is the correct way to solve this?
I have realized what the problem is. Jellyfin is eating ALL the RAM. I was watching the resource windows and exactly as the RAM usage went to 100 % the server stopped responding.
I can see from this post you are also answering "https://forum.jellyfin.org/t-excessive-ram-consumption" that it might be the ffmpeg probe which would make sense. I have 8 thread, so it would be running 16 ffmpeg probes. and with big 4K files sometimes at the 50-60 GB size I could imagine this would eat a lot of RAM.
I've tried to add a "--memory: 20g" flag to limit RAM usage, but it did nothing. It keeps climbing to 90 percent, before I manually stop the docker.
What is the correct way to solve this?