No luck saving file

i need to save a csv file 118M (public data)

https://data.gov.lv/dati/dataset/4de9697f-850b-45ec-8bba-61fa09ce932f/resource/25e80bf3-f107-4ab4-89ef-251b5b9374e9/download/register.csv

but i fail on http node (some memory problem but maybe other glitch)

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:

Version 1.17.1

Ubuntu 22 sefhosted

Hi @Edmunds_Priede, I am sorry you’re having trouble.

I tried reproducing this problem using the below workflow:

I was testing this on docker with my memory limited to 512 MB (docker run -it --rm --name n8n -p 5678:5678 -v ~/.n8n:/home/node/.n8n --memory="512m" n8nio/n8n:1.17.1). Sure enough I would eventually see n8n crash, shortly after hitting 99% of the memory limit:

So I very much think you’re running into a memory problem here. Can you confirm how much memory exactly you’re allocating to your n8n container (or have available on your n8n server if running n8n on bare metal)?

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