On 05 Nov 2012, at 6:14 PM,
v8-u...@googlegroups.com wrote:
> Node should not be able to trigger last resort gc.
>
> It can be that recent changes in V8 changed allocation patterns for
> some large object (array, properties backing store etc) and this now
> causes last resort GC to happen.
>
> Unfortunately it is impossible to figure out what is going on unless
> you can somehow get a back trace from inside
> CollectAllAvailableGarbage.
>
> --
> Vyacheslav Egorov
>
>
> On Mon, Nov 5, 2012 at 7:08 AM, Joran Dirk Greef <
jo...@ronomon.com> wrote:
>> In practice it's working perfectly now. I rolled Node from v0.8 back to v0.6
>> and the false positive allocation errors are no longer happening. There's no
>> more "last resort gc". Load has dropped from 100% to 1%. The gc trace looks
>> normal now. I assumed the GC errors were due to the different version of V8
>> bundled with Node. Perhaps it's something in Node triggering full GC
>> repetitively? Would Node trigger GC by itself?
>>
>>
>> On Monday, November 5, 2012 4:53:59 PM UTC+2, Vyacheslav Egorov wrote:
>>>