2023-07-27, 07:51 AM
Docker's memory reservation is a soft limit. It means that the next reclaim will attempt to get below the limit, but if it can't then it won't. It won't do anything to stop a memory leak or cause a oom-kill.
Is it the jellyfin-process taking the memory? Processes running in containers are just normal linux processes, so you should be able to see them with top/htop or whatever process monitoring you have on the host.
Is it the jellyfin-process taking the memory? Processes running in containers are just normal linux processes, so you should be able to see them with top/htop or whatever process monitoring you have on the host.