Error: Execution stopped at this node... may have run out of memory

I have an issue after the latest 4 updates where scenario crushes with this error: Execution stopped at this node… may have run out of memory

What is the error message (if any)?

error: Execution stopped at this node… may have run out of memory

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.97.0
  • Database (default: SQLite): postgresql
  • n8n EXECUTIONS_PROCESS setting (default: own, main): did not get this one ?
  • Running n8n via (Docker, npm, n8n cloud, desktop app): self hosted VPS
  • Operating system: Linux

Hey @redsef_ENJRI1 hope all is well.

Have you read this article?

@jabbson Yup read it and applied every single recommendation. I saw many people having saw issue lately if I am not mistaken after latest updates.

Assuming you have tried this as well then?

I do not have the N8N_DEFAULT_BINARY_DATA_MODE in environment variable.

this is my environment variable: environment:
- SERVICE_FQDN_N8N_5678
- ‘N8N_EDITOR_BASE_URL=${SERVICE_FQDN_N8N}’
- ‘WEBHOOK_URL=${SERVICE_FQDN_N8N}’
- ‘N8N_HOST=${SERVICE_URL_N8N}’
- ‘GENERIC_TIMEZONE=${GENERIC_TIMEZONE:-Europe/Berlin}’
- ‘TZ=${TZ:-Europe/Berlin}’
- DB_TYPE=postgresdb
- ‘DB_POSTGRESDB_DATABASE=${POSTGRES_DB:-n8n}’
- DB_POSTGRESDB_HOST=postgresql
- DB_POSTGRESDB_PORT=5432
- DB_POSTGRESDB_USER=$SERVICE_USER_POSTGRES
- DB_POSTGRESDB_SCHEMA=public
- DB_POSTGRESDB_PASSWORD=$SERVICE_PASSWORD_POSTGRES

Also if this may help: I had Ai agent node where it blocked, just changed to Basic LLM chain and still same issue.

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