Is there a way to find the peak memory usage for current node.js process? Best would be platform independent, but else something in Linux only? No extra tools allowed like for example valgrind or whatever.
-
Not nodejs.org/api/process.html#process_process_memoryusage ?Peter K.– Peter K.2012-12-14 01:39:23 +00:00Commented Dec 14, 2012 at 1:39
-
not only current, but like to measure peak.Alfred– Alfred2012-12-14 01:42:02 +00:00Commented Dec 14, 2012 at 1:42
-
found node-memwatch from this post. Seems like it could help you.Travis Kaufman– Travis Kaufman2013-03-04 00:51:28 +00:00Commented Mar 4, 2013 at 0:51
Add a comment
|