-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
n8n keeps crashing #12419
Comments
Hey @ikengaspeaks, We have created an internal ticket to look into this which we will be tracking as "N8N-8029" |
Hey @ikengaspeaks This looks like your browser tab has ran out of memory possibly down to the amount of data being loaded in your workflow or maybe a bad expression. Can you share a workflow that reproduces this issue? |
Thanks - it happens in all my workflows - it’s quite random.
What’s the best way to share the workflow though - any any guide links as to how much memory is required at a minimum
*Ngozi Dozie*
co-founder
( https://www.facebook.com/getcarbon ) ( https://www.linkedin.com/company/carbonup/ ) ( https://twitter.com/get_carbon ) ( https://www.youtube.com/getcarbon ) ( https://www.instagram.com/getcarbon/ )
*T* *:* +16503347374, +2347030004545
*E* *:* ***@***.*** ( ***@***.*** )*
*W* *:* getcarbon.co ( http://getcarbon.co/ )
*A* *:* 642c Elpina Plaza Adeyemo Alakija Str, Victoria Island, Lagos
On Tue, Dec 31 2024 at 1:38 pm, Jon < ***@***.*** > wrote:
Hey @ikengaspeaks ( https://github.com/ikengaspeaks )
This looks like your browser tab has ran out of memory possibly down to
the amount of data being loaded in your workflow or maybe a bad
expression.
Can you share a workflow that reproduces this issue?
—
Reply to this email directly, view it on GitHub (
#12419 (comment) ) , or unsubscribe
(
https://github.com/notifications/unsubscribe-auth/BFGPJQUJ5CVB5B2NH3LJJ7T2IMFFPAVCNFSM6AAAAABUN425NSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRWG4ZDCNRUG4
).
You are receiving this because you were mentioned. Message ID: <n8n-io/n8n/issues/12419/2566721647
@ github. com>
--
<https://getcarbon.co>
|
Hey @ikengaspeaks The minimum memory doesn't tend to matter as this is happening on the client side rather than the server but n8n can run happily with as little as 320mb of memory. I think typically browser tabs are between 2 and 4GB but we do some evaluations on the client side when viewing execution runs which can cause issues. In the past this error has occurred when working with thousands of items in the ui, a lot of pinned data, using .reverse() in an expression. To share a workflow you can copy / paste the nodes or use the exported option on the top right under the workflow settings (https://docs.n8n.io/courses/level-one/chapter-6/) If you can capture a video of it happening that is always good as well. |
Ok - thanks. It tends to be quick and I get the following error (attached)
Please let me know if also find attached the last workflow I was working on
Thanks,
Ngozi
*Ngozi Dozie*
co-founder
( https://www.facebook.com/getcarbon ) ( https://www.linkedin.com/company/carbonup/ ) ( https://twitter.com/get_carbon ) ( https://www.youtube.com/getcarbon ) ( https://www.instagram.com/getcarbon/ )
*T* *:* +16503347374, +2347030004545
*E* *:* ***@***.*** ( ***@***.*** )*
*W* *:* getcarbon.co ( http://getcarbon.co/ )
*A* *:* 642c Elpina Plaza Adeyemo Alakija Str, Victoria Island, Lagos
On Tue, Dec 31, 2024 at 17:30:48, Jon < ***@***.*** > wrote:
Hey @ ikengaspeaks ( https://github.com/ikengaspeaks )
The minimum memory doesn't tend to matter as this is happening on the
client side rather than the server but n8n can run happily with as little
as 320mb of memory.
I think typically browser tabs are between 2 and 4GB but we do some
evaluations on the client side when viewing execution runs which can cause
issues.
In the past this error has occurred when working with thousands of items
in the ui, a lot of pinned data, using .reverse() in an expression.
To share a workflow you can copy / paste the nodes or use the exported
option on the top right under the workflow settings ( https:/ / docs. n8n.
io/ courses/ level-one/ chapter-6/ (
https://docs.n8n.io/courses/level-one/chapter-6/ ) )
If you can capture a video of it happening that is always good as well.
—
Reply to this email directly, view it on GitHub (
#12419 (comment) ) , or unsubscribe
(
https://github.com/notifications/unsubscribe-auth/BFGPJQSBENGCRIVON2WT6CL2INAMRAVCNFSM6AAAAABUN425NSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRWG44TCOBSHA
).
You are receiving this because you were mentioned. Message ID: <n8n-io/n8n/issues/12419/2566791828
@ github. com>
--
<https://getcarbon.co>
|
Email replies don't tend to be great, can you add it to the GitHub issue. |
Bug Description
Crashes every 15 mins
To Reproduce
Random
Expected behavior
It should not crash
Operating System
MacOS 15.1.1 (24B91)
n8n Version
1.72.1
Node.js Version
v23.1.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: