What platform are you running on?
By default node.js won't start doing much garbage collection until it hits 512mb in memory. On small platforms, such as the raspberry pi, that's all you've got. If you look at our docs for running on the Pi, there are the command line args needed to get node.js garbage collect at a lower limit.
N
--
http://nodered.org
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am running on a SABRE Lite from Boundary Devices (http://boundarydevices.com/products/sabre-lite-imx6-sbc/)
I set the --max-old-space-size =256. That seems to have solved the problem. Memory usage is holding at 34% for the last 24+ hours. We will see how it goes over the weekend.