home-assistant-addon icon indicating copy to clipboard operation
home-assistant-addon copied to clipboard

Update README with RAM suggestions for ESPHome

Open deviantintegral opened this issue 5 months ago • 0 comments

I discovered that compiling ratgdo firmware requires at least 2GB of memory. The thing is, it's very jumpy, and if you watch memory use it will go between ~200MB and 1.5GB+ quickly as cc processes spawn and finish. In my case, I was lucky because the memory use was always significantly more than Home Assistant, so the OOM killer would kill the compiler.

Let's warn users about this so they don't accidentally take their home offline.

deviantintegral avatar Oct 26 '25 14:10 deviantintegral