Describe the problem/error/question
Starting this week, we’ve been experiencing a critical memory issue. We have an automation that has been running once per day for around 3 months now that loops through contacts in our CRM and dispatches an AI agent call through Telnyx for follow-up calls. It has been running fine up until this week, when we started getting the error: “Execution stopped at this node - n8n may have run out of memory while running this execution.”
Worse, when trying to view the execution history, the execution data is not visible or saved. The nodes that already ran just say: “Can’t show data. The execution was interrupted, so the data was not saved. Try fixing the workflow and re-executing.”
Because of this, we can’t do any manual data recovery or continuation of the workflow. It has been causing significant issues this week, and we’ve been trying to reconcile our records and catch up on any call workflows that might have errored midway through.
Last Wednesday and yesterday, it ran without any issues. But when it does, it stops and the error occurs on a random node. There has been no changes to our workflow or n8n instance since this automation started, aside from the frequent n8n instance updates. There are no other automations running on our instance.
Was there a recent change in the n8n cloud subscription limits or memory usage/allocation? This has been quite the challenge this week.
Thanks.
What is the error message (if any)?.
Execution stopped at this node
n8n may have run out of memory while running this execution. More context and tips on how to avoid this
Please share your workflow
This project involves multiple workflows and subworkflows. While we want to provide as much context as possible, we cannot share the files publicly because they contain our internal company connections and setup details. Happy to provide these through a support email if possible.
Here is a sample of a workflow that errored out.
Share the output returned by the last node
The last node has no output and only shows the “Execution stopped at this node” error banner.
Information on your n8n setup
- n8n version: 2.21.3
- Database (default: SQLite): sqlite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n Cloud
- Operating system: Windows 11 Pro



