You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-d, --dir dir Where the agent should store its state. Default: /opt/flowfuse-device
51
51
-i, --interval secs
52
52
-p, --port number
53
-
-m, --moduleCache Use local npm module cache rather than install
54
-
--node-options Adds NodeJS commandline arguments, can be specified multiple times, you must include = between the option and the value
53
+
-m, --moduleCache Use local npm module cache rather than install
54
+
--node-options stringNode.js command-line options to pass to the Node-RED process. Can be specified multiple times. You must use `=` between the option and its value.
55
55
56
56
Web UI Options
57
57
@@ -90,10 +90,36 @@ _Start the agent with a different working directory and the Web UI enabled_
_Start the agent with a larger NodeJS memory space and using the openssl CA certs_
93
+
## Configuring Node.js Options
94
+
95
+
Node.js command-line arguments can be passed to the Node-RED process started by the Device Agent. This is useful for memory-intensive workflows or certificate management.
96
+
97
+
### Via command line
98
+
99
+
Use `--node-options` — it can be specified multiple times:
Copy file name to clipboardExpand all lines: docs/user/expert/chat.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,12 @@ If you have multiple questions, consider asking them separately so the Expert ca
191
191
192
192
*See also: [Node-RED Embedded AI](/docs/user/expert/node-red-embedded-ai/) for AI features built directly into the Node-RED editor.*
193
193
194
+
## Keeping Expert Up to Date
195
+
196
+
When a newer version of FlowFuse Expert is available, a banner appears in the chat area to let you know. You can update with a single click directly from the notification, without leaving your current workflow.
0 commit comments