N8n Starter plan - MongoDB Find() throws memory error

N8n MongoDB Find throws error for fetching 1500 rows. Please propose an alternate solution to resolve this issue.

Problem in node ‘Extract Raw Vendor Product Feed from MongoDB‘-There might not be enough memory to finish the execution.

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:

Hey @Siva_Manickam,

I can’t find a cloud account for your email address that you registered on here with, I suspect though that if you are on the start plan it could be a memory limitation and you will need to load your data in smaller chunks to process it. Try limiting it to 100 rows to see if that works and increase it from there.