Jul 19 06:29:05 85c938a6-cbd0-439c-95d0-db671ca79175 kernel: [833953.214663] traps: node-red[19852] general protection ip:7fdba6568532 sp:7fff36f9c390 error:0 in libc-2.19.so[7fdba6532000+1a2000]
Jul 19 06:29:21 85c938a6-cbd0-439c-95d0-db671ca79175 kernel: [833969.170178] traps: node-red[3161] general protection ip:7f29b54eb532 sp:7ffd728830d0 error:0 in libc-2.19.so[7f29b54b5000+1a2000]--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
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.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
For more options, visit https://groups.google.com/d/optout.
Node.js runtime arguments can be passed to the container using an environment parameter (NODE_OPTIONS). For example, to fix the heap size used by the Node.js garbage collector you would use the following command.
$ docker run -it -p 1880:1880 -e NODE_OPTIONS="--max_old_space_size=128" nodered/node-red-docker