On Wed, Aug 15, 2012 at 10:12 PM, Alexander Shtuchkin
<
ashtu...@gmail.com> wrote:
> 2. *The* Idle Notification. I've made some research about it in node
> codebase. The algorithm was last modified 2 years ago, somewhere around
> version 0.1.94 and I think must be updated to reflect current V8 best
> practices. I summarized current code here:
https://gist.github.com/3363081.
> Most evident problem here is that node is sending IdleNotification every 5
> seconds when HeapTotal > 128M no matter what. This exact behavior is making
> a lot of node practitioners disable the idle notifications and have better
> results when lots of memory is needed (my test showed this very clear).
> I'm willing to do a pull request to change this behavior after discussing
> here what algorithm should be implemented instead of the current one.
The idle notifier is due to be revised (though that won't land in
v0.8, being a potentially disruptive change).