Skip to content
n8n Help Center home
n8n Help Center home

I am getting 503 errors on my workspace

Overview

If you're seeing a 503 error, while it can be related to many issues, it can be and is commonly due to high memory consumption within your workflows.

This occurs when an instance processes large amounts of data and exceeds the memory limits allocated to your current n8n Cloud plan. When this limit is reached, the instance may crash and become temporarily unavailable.

Why This Happens

Each n8n Cloud plan has a defined memory allocation. If your workflows:

  • Process large datasets

  • Handle multiple executions simultaneously

  • Store excessive data between nodes

  • Perform complex or resource-intensive operations

…they may exceed the available memory for your plan.

When this happens, the system may return a 503 error and stop responding until the instance restarts.

Memory Limits by Plan

You can view the memory allocations for each Cloud plan in our documentation:

Memory limits on each Cloud plan: Memory limits on each Cloud plan

How to Reduce Memory Consumption

To help prevent this issue, we recommend reviewing your workflows and applying memory optimisation best practices.

Our documentation provides detailed guidance here: How to reduce memory consumption in your workflow

Common optimisation strategies include:

  • Splitting large workflows into smaller ones

  • Processing data in batches

  • Removing unnecessary data from workflow executions

  • Avoid pinning Large Binary Data

When to Consider Upgrading

If you’ve optimised your workflows and the error persists, you may need additional memory and CPU resources.

Upgrading to the next Cloud plan tier increases your available memory and overall performance capacity.

You can compare available plans here:

n8n Pricing: n8n Pricing

Self-Hosted Option: Community+ Edition

For users who need more control over memory and CPU limits, the free self-hosted Community+ edition allows you to configure your instance to meet your specific needs. As you can allocate resources according to the size and complexity of your workflows.

Learn more about self-hosting here: Self-hosting n8n

Need Further Help?

If you continue to experience issues after making adjustments, please contact our support team at help@n8n.io with:

  • The time the error occurred

  • The workflow(s) affected

  • Any recent changes made

  • Relevant logs or screenshots

We’ll be happy to help you review your setup.