'using ui uses memory' message (#2234)

This commit is contained in:
Mariana-na
2024-07-16 09:22:26 +01:00
committed by GitHub
parent 093efaaeb1
commit e2b2af1aab

View File

@@ -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.