Dear all, I have a Home assistant core setup on a Proxmox LXC container.
Everything works just fine and I installed some integrations from HACS and setup some automations.
Unfortunately there is a very slow memory leak causing HA to eat something like 500MB every month.
When I start HA the container HA has about 350MB occupied, after a month 900MB, after another month 1400MB an so on until I restart the container, after that it starts again with 350MB.
I have updated HA to the latest version (2023.6) and I can still see the same bahaviour.
I think it’s related to a custom integration but I don’t know which one.
I tried profiling HA with py-spy but it only gives me the CPU usage, not the RAM one. No modules seems to use lot of CPU.
I then tried with memory_profiler but it shows me the total RAM used by HA, not which module is using it.
Any tip to troubleshoot the issue?
Thank you!