mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
'using ui uses memory' message (#2234)
This commit is contained in:
parent
093efaaeb1
commit
e2b2af1aab
@ -38,6 +38,8 @@ The way you build workflows affects how much data they consume when executed. Al
|
||||
|
||||
Note that n8n itself consumes memory to run. On average, the software alone uses around 180MiB RAM.
|
||||
|
||||
Interactions with the UI also consume memory. Playing around with the workflow UI while it performs heavy executions could also push the memory capacity over the limit.
|
||||
|
||||
## How to manage execution data on Cloud
|
||||
|
||||
Execution data includes node data, parameters, variables, execution context, and binary data references. It's text-based.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user