-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Node >= 12.5 OSX memory spike #28558
Comments
@nodejs/platform-macos @joyeecheung |
Can you capture a core dump and use https://github.com/nodejs/llnode/ to try listing all types of objects with |
Alternatively, you can try building Node.js with (which reminds me it should be possible to make this a run-time option) |
PR-URL: #28567 Refs: #28558 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #28567 Refs: #28558 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Sorry I have been slammed with work and havent had time to poke around :( I did notice though in a quick glance at 12.7 updates: #27508 Going to try 12.7 and see if that magically fixes my error, will let you know! |
When running a after.js app (React + babel + webpack) on OSX, can reproduce that switching from 12.4 to 12.5/12.6 that the node process spikes on initial startup in virtual memory and in some cases continues to rise until the process crashes. 12.4 stays consistent.
In looking at bugs + changes, Im suspecting v8 snapshot on osx, but have no way to determine (open to suggestions on debugging).
Including an OSX sample of mem usage on the process
node-12.6-mem-bug.txt
The text was updated successfully, but these errors were encountered: