ioBroker / ioBroker.node-red

Instantiate the server with node-red
Apache License 2.0
52 stars 29 forks source link

Node-Red crashes after importing flows from external Node-Red #504

Closed MeisterQ closed 2 weeks ago

MeisterQ commented 2 weeks ago

Hi,

im running an extra Node-Red since afew years before start using iobroker. Now i wanted to import it into the node-red iobroker, but if i import all flows, do all the configurations etc and it can deploy without any warnings, it will crash and stay in a boot-loop.

i then can see this log

grafik

Someone has an idea how to fix it?

Apollon77 commented 2 weeks ago

This is an Out Of Memory issue ... so check your free RAM on your machine (free -m) or maybe disable all flows and try to find which one is causing it

MeisterQ commented 2 weeks ago

This is an Out Of Memory issue ... so check your free RAM on your machine (free -m) or maybe disable all flows and try to find which one is causing it

Thank you... Giving the adapter more RAM helped.. Thank you