I love plex ,I am on plex Version 1.21.0.3711 and recently tried Dlna in plex as I need it for my lg tv. Slowly I saw there was a memory leak in plex dlna which is also an known issue . After searching a lot on net , finally I tried to restart plex services and wow this seem to have fixed the memory leak .
This is the command I used to restart plex .
sudo service plexmediaserver restart
Now I have to figure out to auto run this command automatically at midnight or after every reboot ,I would love help regarding that .
Hope this help fixing the plex dlna issue
thanks .
Update: I managed to set up auto reboot of plex service and no memory leaks so far.
steps
Create a crontab entry
- crontab -e
- add the line : 0 4 * * * sudo service plexmediaserver restart
- save with ctrl + o
- verify: crontab -l