Out of memory error in browser

Describe the problem/error/question

why the browser is showing out of memory error while executing workflow

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @Abbasali_Sunasara

it may be by different reasons. E.g. you have a very big payload in the execution, too many items during the process, very excessive amount of data pinned somewhere and so on.

Check this page for more details: Memory-related errors | n8n Docs

oh yeah that’s might be the reason. thank you

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.