Docker Installation using to much memory. Python 3

I’m running HA on a Synology NAS using docker. Yesterday my NAS and HA kept going down, or should I say unresponsive. After further investigation, my HA container is going thru the roof on memory usage. Currently 6gb. Gets to the point that everything slows to a crawl. Looking at NAS logs the error states “[python3] stopped running because the system is out of memory.”
How can I determine what in HA is causing this issue?
Not sure how to trouble shoot this one?
Any suggestions would be greatly appreciated.
Dave

Can you docker exec into your container and use top to see which process is going rogue?

(Are you running Alexa Media Player because that is known to be causing memoy issues at the moment PSA: Alexa Media Player v4.13.3 breaks all versions of Home Assistant)

1 Like

That was it. Rolled AMP back and it corrected the issue.
Thanks!

1 Like