Dear all, Since my node server needs far more memory than I think it should, I tried to get a memory profile of it. How do I get it? Something that works? (node v0.8.5, viewing in Chrome 20.0.1132.57)
for example I followed the tutorial at https://github.com/felixge/node-memory-leak-tutorial It all looks nice, except for me there is no profile button I tried var profiler = require('v8-profiler'); ... console.log(util.inspect(profiler.takeSnapshot('1'))); and get node: symbol lookup error: /home/axel/meshcraft/node_modules/v8-profiler/build/Release/profiler.node: undefined symbol: _ZNK2v813HeapGraphNode17GetRetainersCountEv bnoordhuis profiler ( https://github.com/bnoordhuis/node-profiler ) looks to do CPU only (that works! but now what I need) Now I do not know what else to try, help! Kind regards, Axel -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
