You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Consider this code:
To reproduce the issue, start the script with
node script.js --unref. Heap snapshot taken after few minutes of running the script:There are thousands of Timers leaking memory:
And this is a heap snapshot taken from the version without unref (
node script.js):This is a hourly report from our app that uses
unreffrequently:OSX 10.9.4 & Debian 7.6
Node 0.10.31