I've got something causing python3 to use all my memory until it gets killed by the OOM killer. I can restart into safe mode, and that appears to fix the issue, with no obvious memory leaks, so it appears to be one or more of my integrations are broken. I just cant figure out which or what.
2024-12-11 19:01:00.055 homeassistant kernel: Out of memory: Killed process 26207 (python3) total-vm:30527252kB, anon-rss:9791084kB, file-rss:4096kB, shmem-rss:0kB, UID:0 pgtables:48876kB oom_score_adj:-300
2024-12-11 19:01:00.055 homeassistant systemd[1]: docker-46ff1e34ae1af04c28d18291817f6cd579788210f3fd32ac30ab1f8524267d90.scope: A process of this unit has been killed by the OOM killer.
2024-12-11 19:01:04.459 homeassistant systemd[1]: docker-46ff1e34ae1af04c28d18291817f6cd579788210f3fd32ac30ab1f8524267d90.scope: Deactivated successfully.
2024-12-11 19:01:04.460 homeassistant systemd[1]: docker-46ff1e34ae1af04c28d18291817f6cd579788210f3fd32ac30ab1f8524267d90.scope: Consumed 7min 6.648s CPU time.```
I'm able to start the profiler: start logging object sources, but HA restarts after just a few minutes.
How do I figure out what's eating my RAM????