-
Notifications
You must be signed in to change notification settings - Fork 83
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
mingo + ts-jest creates memory leak to crash #145
Comments
Thanks a lot for the repro project. This is quite a weird issue to debug. I haven't delved deeper into the node memory management to fully understand what could be happening as I suspect it would be an unnecessary rabbit hole. Nonetheless I found these possibly related issues searching the
It is rather unlikely that querying a single object should cause GC issues. Over 500 unit tests run for Are you using the same version of |
See comment jestjs/jest#7874 (comment) which suggests the same type of problem described in this issue. Please open an issue or add your vote to a relevant one in the |
Yes, I have dozens of dependencies and a huge mono-repo under one jest test suite, and it was just the |
You can clone my repository, set |
Also removed makefile and use explicit import path to functions
Fix in latest version.
|
Latest mingo with ts-jest creates memory leak / heap limit error.
Here's a simple repro: https://github.com/j/mingo-error
The text was updated successfully, but these errors were encountered: