From e2b2af1aabda1ce31715744f2c203ef4ea231c55 Mon Sep 17 00:00:00 2001 From: Mariana-na <135712885+Mariana-na@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:22:26 +0100 Subject: [PATCH] 'using ui uses memory' message (#2234) --- docs/manage-cloud/cloud-data-management.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manage-cloud/cloud-data-management.md b/docs/manage-cloud/cloud-data-management.md index 093c50c8e..dfac8389d 100644 --- a/docs/manage-cloud/cloud-data-management.md +++ b/docs/manage-cloud/cloud-data-management.md @@ -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.