-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Drive node crashes container trying to upload mid-size file #12366
Labels
in linear
Issue or PR has been created in Linear for internal review
Comments
Joffcom
added
the
in linear
Issue or PR has been created in Linear for internal review
label
Dec 24, 2024
Found this in logs:
|
Hey @Bounz Can you set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
The n8n container crashes with an out-of-memory error when attempting to upload moderately sized files to cloud storage services. This occurs even with files well within the container's memory limit.
Same issue occurs with Dropbox node
To Reproduce
Result:
Same issue occurs with Dropbox node
Expected behavior
The workflow should successfully upload the 14.4MB file without crashing the container, as the file size is significantly smaller than the container's memory limit (1.5GB).
Operating System
Ubuntu 22.04.3
n8n Version
1.72.1
Node.js Version
20.18.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: