-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
Heap Memory keeps increasing #9081
Comments
I have identically the same issue... The memory heap is stacking up for some reason, but I have no clue why... |
You can provide more info like jest config? |
|
hi @KevinDenys , I see Jest is working well with your config exclude your preset you use. I think this issue from |
Jest runs out of memory when run in Docker, possibly because of a memory leak in ts-jest. The tests will now run after the build, on the built *.js files. As a consequence, the jest tests will run faster because ts-jest will no longer be invoked in ci. Check the package.json test:ci script for more info. jestjs/jest#7874 jestjs/jest#9081
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 14 days. |
This issue was closed because it has been stalled for 7 days with no activity. Please open a new issue if the issue is still relevant, linking to this one. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
We have tried the following things:
#2179 (comment) (no difference)
#6399 (comment) (no difference)
Using --no-cache has no difference
After running heap analysis
Could Typescript be the issue? If so is there a way to fix this?
More info
The text was updated successfully, but these errors were encountered: