svenove / ESPHome-ESP32-2424S012-LVGL

4 stars 0 forks source link

memory leak #1

Open protezio opened 1 week ago

protezio commented 1 week ago

I noticed that after about 4-5 hours the device restarts... it seems to be due to the memory no longer being available.... do you agree?

svenove commented 5 days ago

Mine is currently not being used. I haven’t noticed any reboots, but a reboot would just take a few seconds any way, so how do you notice it rebooting?

protezio commented 1 day ago

I added

logger:
  level: debug
debug:
  update_interval: 30s

sensor:
  - platform: debug
    free:
      name: "Heap Free"
    block:
      name: "Heap Max Block"
    loop_time:
      name: "Loop Time"

for now I noticed a restart every 3 hours so as a workaround I put an automatic restart ... because it often didn't restart on its own