Read the statement by Michael Teeuw here.
why does my MM on pi crash every night?
-
@sdetweil I believe some one said the swap file was not big enough and the pi was burning through it and when it was full it would crash so I think they upped it to 4Gb
-
@dazza120 but why does it only crash at night? same system runs great all day long
upped swap to 1g, from 99meg (which was all used) -
@sdetweil I would imagine it’s full around that time mine use to crash every 12 hours without fail, I put it down to ram on the pi3B+ I got the pi 4 4Gb and it doesn’t crash anymore with the help of Watchdog too. Ram just gets eaten on the pi
-
-
-
@dazza120 thx… had seen that… and it looks like the ui thread had died… (when debugging in the past)
both the other systems have swap at 1024 (odroid has 2meg ram) and 1978 (nano has 4gig ram) -
just for info… both the main modules background images and my water monitor app, stop processing while hidden, and my mmm-sleepwake puts the mirror to sleep (by hiding all the modules)
-
just crashed again, watchdog killed it… not memory…
so I found the only path thru my water monitoring module with code that isn’t mine, and wrapped it in an exception handler to see if it is failing…
we shall see
-
@sdetweil so far, does not crash.
If I add Watchdog, it gets restarted.
I’ve made the timeouts really long. Still fails overnight -
Not sure, but worthy to check wifi autosleep of rpi, I think humbly.