Hello all!
I am using the docker for Emby media Server on unraid. The functionality of the docker is no different than a socker on any other linux distro.
The docker I use: https://registry.hub.docker.com/r/emby/embyserver/
I have my Emby and Plex dockers use ram as a transcoding working directory to save SSD life. I have /tmp mapped to the docker and both Plex and Emby are able to utilize the ram. However, Emby does not purge this cache once playback (the transcoding job) is finished. Plex on the other hand does this perfectly. I frequently check on my server, and ram usage will be somewhat high. After inspecting the directories, Emby transcoding is always the culprit, and no playbacks are occurring on the Emby Server. The transcoding directory is full of:
Once I delete all of this, ram usage goes back to normal. I have had to do this many times. I am not sure if it is a bug with Emby or a config issue. Any further assistance would be appreciated. Thanks.