-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Allocation failed - JavaScript heap out of memory on v6.3.1 #7866
Comments
Can you try running Does it work with e.g. |
I finished with bisecting and the culprit seems to be timers: fix processing of nested timers. |
Thanks. Does upping --max_old_space_size make a difference? |
It doesn't. I managed to find the source of the problem I think: |
It sounds like the change is working as intended but cc @whitlockjc and @misterdjules, please reopen if you feel this needs more investigation. |
Thank you for the heads up @bnoordhuis! Without isolating the code that is responsible for driving the tests into self-contained code, it's going to be difficult to understand what's actually going on, and evaluate the extent of the problem. @szdavid92 What was the fix for this problem in your project? Do you have a link to a commit on GitHub? |
On v6.3.1 we face an out of memory error, when running some unit tests regarding this module.
Steps to reproduce error:
v6.3.0 and v.6.2.2 are working fine, as well as earlier major versions (v5, v4, v0.12. v0.10).
The text was updated successfully, but these errors were encountered: