Describe the problem/error/question
I’m experiencing persistent out of memory errors when running my workflow that uploads audio files to Gemini for transcription. The workflow previously worked without issues, but now fails immediately upon execution with memory errors.
The audio files are typically around 1 hour in length. I’ve tried the following troubleshooting steps without success:
-
Waited 24 hours before retrying the workflow
-
Restarted the server
-
The error occurs immediately when the workflow runs, suggesting the memory issue is not being cleared between executions
What is the error message (if any)?
Out of memory error (occurs immediately when workflow is executed)
Please share your workflow
Share the output returned by the last node
The workflow fails before completion due to the memory error when processing the audio file upload to Gemini.
Information on your n8n setup
-
n8n version: [email protected]
-
Database (default: SQLite): n8n cloud default
-
n8n EXECUTIONS_PROCESS setting (default: own, main): n8n cloud default
-
Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
-
Operating system: n8n cloud (managed)
