-
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
Doubt memory leak #3673
Comments
mscdex
added
c++
Issues and PRs that require attention from people who are familiar with C++.
memory
Issues and PRs related to the memory management or memory footprint.
labels
Nov 5, 2015
I am experiencing a similar issue on node4.2 running sails11, have tested and do not believe this is a sails issue. |
I'm failing to see where the leak is. From your own table Heap at Count 0 is the same as at Count 6615. |
Closing due to inactivity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First I'm sorry for my english is not good.
I detect memory leak during aging test developed source.
I guess that occurred by node js.
My real source is can't upload because it is violate my company's security policy.
So I tested by modified node js test source(https://github.com/nodejs/node/tree/master/test/addons/async-hello-world).
Modified source is below.
I run repeat 100,000 times binding addon, every time run gc and print memory usage when each 100th times.
Memory usage result is below.
I test on Windows 7 64bit, Node v.4.2.1. Node-gyp v.3.0.3.
Is it really memory leak? or do I use nodejs incorrectly?
The text was updated successfully, but these errors were encountered: