I try again to check the memory leak problem in my node java program by webkit-devtools-agent () I am
With the Hep snapshot, I can see that the size of the stack increases. But due to the complex structure of my code it seems that it is not easy to find out which code generates those items.
In the profile page, I can only see something like this:
[Array] [] @ 28631 [] @ 31853 (map descriptor) [] @ 44687 function Native Module () @ 35 997 Are there ways to find out the contents of those objects and sources that generate those objects?
I read an article about node.js debugging (). It's astonishing but I do not think it's unfortunately available in Linux server.
Thank you!
You can always try, fortunate for you, I installed one for a node-inspector yesterday. Slapped gif for answering a different SO question.
PS - Node-Inspector runs on all platforms and uses WebKit Debugger.
Comments
Post a Comment