How to increase memory

I have a workflow that converts JSON to a CSV, but when large files, the workflow fails and informs me it’s due to running out of memory.

Is there an easy way (ie: higher subscription tier) to upgrade memory and another way to get around this limitation?

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:

Hi @David_Bressler,

Welcome to the community :four_leaf_clover:

If you’re on a Cloud version of n8n, you can upgrade your plan from the Dashboard. You can find more information about data management on Cloud here:

2 Likes

Thanks aya!

Is there a way to tell how much usage is being used for a specific workflow? I’m trying to understand if I need to upgrade from Pro-1 to Pro-2 or if it requires a custom plan.

1 Like

@David_Bressler,

There’s no built-in feature where you can check execution count per workflow, but you can use the n8n node to get all executions data from your instance (on Cloud instances, the execution data is saved for a month, for self-hosted this can be configured in the instance)

There’s also a feature request for a dashboard if you want to go and upvote: A nice dashboard for the home screen - #4 by dkindlund

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