-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Out of memory in integration tests #5897
Comments
@mikemurray after using I tried the following things:
These solutions don't seem to work. Then I found that similar issue was already created => jestjs/jest#9081 You have anything else in mind that I could debug or I could help you solve this? |
@trojanh, For now, I've split the query & mutation integration tests to two jobs on CI each with a 4gb memory limit. This will buy us some time to figure out a proper solution. |
Out of memory in jest integration tests. This the error I get bellow after reaction ~2gb of memory used. Each test increases the heap size which suggests a memory leak.
Possible Solution
Perhaps the a new in memory mongo instance is being carried over from each test?
The text was updated successfully, but these errors were encountered: