-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cannot JSON.parse response - goes over Node heap size #96
Comments
This issue is also crippling our builds:
|
We're also getting failing builds due to the truncated JSON response. |
Might be the real issue: jestjs/jest#8682
|
Fixed with release #100, |
This was referenced Jul 16, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Two recent
high
level advisories -mixin-deep
andset-value
blocked my CI even though I am runningaudit-ci --critical
. The issue being that it fail on memory while trying to parse a huge JSON output containing each and every path where these two are dependencies, basically reaching a default Node heap size of ~1.4M.Output starting with:
...and ending with:
The text was updated successfully, but these errors were encountered: