Re: [nodejs] Node.js memory, GC and performance

2013-09-14 Thread Bala sudheer Bheemarasetty
hello friend , i want to monitor node.js gc so for that i have to redirect output --trace_gc _verborse and --trace_gc to file ,is there vm arguments to redirect that output to a log file like -xloggc: in java On Friday, July 13, 2012 7:02:10 AM UTC+5:30, Ben Noordhuis wrote: > > On Fri, Jul 1

Re: [nodejs] Node.js memory, GC and performance

2012-07-12 Thread Ben Noordhuis
On Fri, Jul 13, 2012 at 3:10 AM, Alexey Petrushin wrote: > There are rumors that current Node.js (or, more exactly V8 GC) performs > badly when there are lots of JS objects and memory used. > > Can You please explain what exatly is the problem - lots of objects or lots > of properties on one objec

[nodejs] Node.js memory, GC and performance

2012-07-12 Thread Alexey Petrushin
There are rumors that current Node.js (or, more exactly V8 GC) performs badly when there are lots of JS objects and memory used. Can You please explain what exatly is the problem - lots of objects or lots of properties on one object (or array)? Maybe there are some benchmarks, would be intere