Good! I've found performance issues associated with this param before, and have to use --nouse_idle_notification for my app.
On Monday, December 24, 2012 4:54:27 PM UTC+8, Ben Noordhuis wrote: > > On Mon, Dec 24, 2012 at 9:13 AM, darcy <[email protected] <javascript:>> > wrote: > > node: remove idle gc > > > > Does this mean the "--nouse_idle_notification" option is default since > this > > version? > > The default and the only option - node.js no longer calls > V8::IdleNotification(). > > I've put up a module[1] for people who feel they still have a need for > idle garbage collection. > > [1] https://github.com/bnoordhuis/node-idle-gc (or `npm install idle-gc`) > -- 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
