-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
console.log - heap out of memory #23729
Comments
It's because Replacing require('fs').writeSync(process.stdout.fd, (idx++) + '\n'); doesn't cause crash. |
This should be expected, the GC never gets a chance to kick in in a |
@joyeecheung Just to make it clear: the issue in the OP is not related to GC being unable to kick in a while loop, but to |
@Hakerh400 @joyeecheung thanks for joining in. I'll close this one off I think. I did find it somewhat surprising that Have tested node versions all the way back to Thank tho. |
The following code seems to result in a
heap out of memory
panic. Details below.version
repro
result
The text was updated successfully, but these errors were encountered: