You are reading a single comment by @ChristianW and its replies.
Click here to read the full conversation.
-
Yes, I show
process.memory().free
on one of my status pages as you can see in the code.
That's how I found out about the freezing issue.
Memory was not actually near zero, it was a bit above 100 when strange things happened.
So I just limited the number of logged laps (I cannot log forever, actually I just consider pushing them to a SD card) and things got more stable.
Sun 2021.08.15
Has a periodic memory availability check been performed using
process.memory()
?