March 5, 20179 yr I have been having these issues for the past few weeks. Please help me get to the bottom of this... thanks! Attached are my diagnostics. tower-diagnostics-20170305-1234.zip
March 5, 20179 yr Two different causes. Which may be related Out of memory errors, and page allocation stalls The latter I *think* may be caused if available memory becomes so fragmented that it takes the system forever to find available memory to allocate. Out of memory is either caused by literally the system not having enough memory to fulfill the request, or that there is not enough memory available in one contiguous heap to fulfill the request. I don't think you're running any VMs, so I would try limiting the amount of memory available to Plex (look in the Docker FAQ) and see what happens. Performance impact will be negligible .
March 5, 20179 yr Author 9 minutes ago, Squid said: Two different causes. Which may be related Out of memory errors, and page allocation stalls The latter I *think* may be caused if available memory becomes so fragmented that it takes the system forever to find available memory to allocate. Out of memory is either caused by literally the system not having enough memory to fulfill the request, or that there is not enough memory available in one contiguous heap to fulfill the request. I don't think you're running any VMs, so I would try limiting the amount of memory available to Plex (look in the Docker FAQ) and see what happens. Performance impact will be negligible . Thanks, I'll start with that. Edited March 5, 20179 yr by dultcers
March 5, 20179 yr Author 29 minutes ago, Squid said: Two different causes. Which may be related Out of memory errors, and page allocation stalls The latter I *think* may be caused if available memory becomes so fragmented that it takes the system forever to find available memory to allocate. Out of memory is either caused by literally the system not having enough memory to fulfill the request, or that there is not enough memory available in one contiguous heap to fulfill the request. I don't think you're running any VMs, so I would try limiting the amount of memory available to Plex (look in the Docker FAQ) and see what happens. Performance impact will be negligible . As far as I can tell in order to change how much memory a docker can use I need to define from a command line. I haven't been able to figure out what command I need to use other than -m. Can you tell me the command I need to use or if I am totally off... Thanks.
March 5, 20179 yr 1 hour ago, dultcers said: As far as I can tell in order to change how much memory a docker can use I need to define from a command line. I haven't been able to figure out what command I need to use other than -m. Can you tell me the command I need to use or if I am totally off... Thanks. To limit memory in a docker to a specific amount I added this (--memory="6G") to Extra Parameters on the advanced screen of the docker.
March 5, 20179 yr Author 1 minute ago, BobPhoenix said: To limit memory in a docker to a specific amount I added this (--memory="6G") to Extra Parameters on the advanced screen of the docker. Awesome. Thank you!
Archived
This topic is now archived and is closed to further replies.