Hi Kevin

I think we need a different limit for triggering
GC when too much data has been allocated directly
into old space. I assume large object space is the
biggest problem.
I suggest using:
    old_allocation_limit = max(min, fraction of old space)
Try min = 8mb and fraction = 30%.

Regards,
   Lars



http://codereview.chromium.org/8657

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to