Raspberry Pi, freeing up unused memory sooner

This might be a hardware question. node-red-pi --max-old-space-size=256
Does that need to be run every time?

Source: Running on Raspberry Pi : Node-RED

If you installed node-red using the recommended script then it will have installed a systemd script that will do that for you if you start/stop using
node-red-start
node-red-stop
and tell it to autostart on boot
sudo systemctl enable nodered

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.