Skip to content
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

Open
ikengaspeaks opened this issue Dec 31, 2024 · 6 comments
Open

n8n keeps crashing #12419

ikengaspeaks opened this issue Dec 31, 2024 · 6 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@ikengaspeaks
Copy link

Bug Description

Crashes every 15 mins
Screenshot 2024-12-31 at 12 53 15

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)

@Joffcom
Copy link
Member

Joffcom commented Dec 31, 2024

Hey @ikengaspeaks,

We have created an internal ticket to look into this which we will be tracking as "N8N-8029"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Dec 31, 2024
@Joffcom
Copy link
Member

Joffcom commented Dec 31, 2024

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?

@ikengaspeaks
Copy link
Author

ikengaspeaks commented Dec 31, 2024 via email

@Joffcom
Copy link
Member

Joffcom commented Jan 1, 2025

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.

@ikengaspeaks
Copy link
Author

ikengaspeaks commented Jan 1, 2025 via email

@Joffcom
Copy link
Member

Joffcom commented Jan 1, 2025

Email replies don't tend to be great, can you add it to the GitHub issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants