Skip to content
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

fix(child-process): improve out-of-memory recognition #2697

Merged
merged 2 commits into from Jan 16, 2021

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Jan 16, 2021

Aside from "JavaScript heap out of memory", also assume that "FatalProcessOutOfMemory" is an out of memory error. Sometimes "JavaScript heap out of memory" isn't logged, but FatalProcessOutOfMemory is.

Aside from "JavaScript heap out of memory", also assume that "allocation failure" is an out of memory error. Sometimes "JavaScript heap out of memory" isn't logged, but allocation failure is.
@nicojs nicojs merged commit b97220a into master Jan 16, 2021
@nicojs nicojs deleted the fix/improve-oom-error-catching branch January 16, 2021 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant