Closed
Description
Hi there, I'm currently maintaining the node-memwatch package against latest iojs/nodejs versions, available as memwatch-next on npm.
I've noticed that with new v8 version 4.4.63.26 the IdleNotification does not trigger GC at all.
I'm using both NaN 2.0.5 and direct v8::Isolate::GetCurrent()->IdleNotificationDeadline call with 500ms, 1s and 5s.
The gc seems not to be executed. I can make it run successfully with --expose-gc flag through the global.gc() function.
Activity