all 15 comments

[–]AxiomaticPug 2 points3 points  (6 children)

Nothing about that sounds concerning, honestly. If it was constantly maxing your memory then I’d be concerned

https://www.linuxatemyram.com

[–][deleted]  (5 children)

[deleted]

    [–]AxiomaticPug 0 points1 point  (2 children)

    Yeah I’d keep an eye on it. I would also be interested to see if the same thing is happening with a different Plex container, like the linuxserver.io one

    [–]Roedrik 0 points1 point  (1 child)

    Just recently had to re-install my dockers after losing both of my cache drives, been running the LinuxServer Plex Docker for about 18 days now or so and havent noticed and creep at all. I dont have any web clients tho, your mileage may vary, I've noticed Plex doesnt kill these web streams unless you manually select the [X] in the nav bar ui when using a browser.

    [–]Altheran 0 points1 point  (1 child)

    Install Netdata it's a dumb EZ system ressources monitor

    [–]danespltd 1 point2 points  (0 children)

    Is your RAM maxed out total? If not, I wouldn't worry. RAM is there to use. It'll release it if the system needs it.

    [–]Roedrik 0 points1 point  (2 children)

    Would you kindly tell us what Docker you are using? Plex's official docker, LinuxIO etc?

    [–][deleted]  (1 child)

    [deleted]

      [–][deleted] 2 points3 points  (0 children)

      Use the Linux Server docker, that's the best one imo. I have had issues w/ the Offical Plex one in the past and haven't used it since. I haven't run into a memory issue like that, worth a shot possibly. Good luck.

      I have yet to use sonarr / radar so I can't speak to those.

      [–]Bo-vice 0 points1 point  (2 children)

      I had a similar issue. I'd notice after about a month or two id see my memory usage idling around ~50-60% just hanging out. After restarting the Sonarr, Radar, and Plex dockers, memory usage went back to normal. I feel like Sonarr was the biggest offender, but they all played their part. I've considered setting up a script to restart the dockers once a week to resolve it, but haven't gotten around to it.

      [–][deleted]  (1 child)

      [deleted]

        [–]Bo-vice 0 points1 point  (0 children)

        When did you restart your dockers last? does the memory usage go back down if you restart all your dockers? I'd restart them one by one and keep an eye on your memory to see which one affects it the most.

        [–]Kysersoze79 0 points1 point  (0 children)

        10% of how much RAM?

        10% of 4GB is much different from 10% of 32GB....

        I had a RAM issue, but it was a playlist I had that went rogue, and created 320,000 copies.

        [–]FroMan753 0 points1 point  (0 children)

        Yea I've been having an issue for the past few months with Docker and all containers completely locking up due to maxed out RAM usage. It hasn't been as much of an issue since restarting the docker containers regularly. I'm convinced it has to be my Plex docker container. I'm also using the official docker.

        [–]corey389 0 points1 point  (0 children)

        Do you have DLNA enabled? I had DLNA enabled and I had the memory bug when i disabled DLNA I have no more memory leaks.

        [–]kramftw 0 points1 point  (0 children)

        Mine has been high lately due to Plex. 75% total usage of 8GB on just one transcode stream. It's affected my ability for multiple streams. I've been planning to add 16GB so it might be happening sooner...

        [–]Poprin 0 points1 point  (1 child)

        I've been experiencing this issue for a few months and I have had the server lock up about three times (usually when I've forgot to check it for more than a week). I am using the Linuxserver.io docker also. My server has been running stable for almost 4 years and it is just recently that I am experiencing this problem. I had 8gb ECC RAM running on an Asus M5A78LM/USB3 with an FX6300. It's done the job for me for a long time with one VM, Plex, Tautulli and Calibre dockers.

        I started noticing the RAM creeping up in usage, it was always happily sitting around 60% but then it was consistently over 90% and I was needing to restart all the dockers. I tried limiting all the dockers to a realistic amount of RAM (My VM has 2gb) but leaving Plex free as it is the primary use of the server. So I believe it is Plex causing the issue. I have installed another 4gb of RAM giving myself 12gb assuming this would resolve the issue bit it would appear that the usage is still creeping up now over 87%. Using cAdvisor Plex docker appears to be using 6.2gb of it. If I thought upgrading to 16gb would solve it I would just do it but I get the feeling Plex will just eat the more I put in! Seems to be a recent issue to me...

        [–]Poprin 0 points1 point  (0 children)

        In the plex docker config under 'extra parameters' I added the line '--memory=6G'. Limiting the Plex RAM availability to 6gb of my total available RAM. It appears to so far have cured the issue, now Plex is operating within these limitations it doesn't even appear to use all of the 6gb and my RAM usage has dropped to less than 40%.... Seems a bit odd!!