Hi, can anyone help me discover the reason of fatal-error on this part of the log:
And is there a way to automatically start node-red after a fatal-error? we use this as a school project for monitoring several spaces and do a research on the data, but this becomes a problem if there is for hours data missing.
Thanks!!
We use a simple MQTT node that receives this every 2 seconds:
And we use the buienradar node. interval 5 minutes.
It runs on a VPS with debian, 50GB SSD and 1GB memory
Statistics show that there is a large increase of HDD and CPU usages starting on 4:42, the fatal error is on 5:41
Thanks, i did'nt see the buienradar node on the error_log like on the other post. so i thought that is not causing the problem but something else is causing it. I already did raised an issue.
Have you checked how often their data is really updated? I can't read the language I'm afraid. Most weather API's update hourly or even less. So you may be creating an issue for yourself.
Also, without seeing the flow, we can't tell what else is going on.
Getting an OOM error on that spec certainly seems to indicate some kind of serious memory allocation happening faster than the GC can cope with.