Hi, This is the doubt, i have regarding configuring V8 for low memory device.
1, When we run web pages with heavy data in javascript, old data space is getting occupied so quickly, since the young generation to space is lesser. Also, we can see many minor garbage collections are happening, since we are requiring more memory. Later the allocation is getting failed with allocation failure. It looks, old data space is not garbage collected so frequently. I am newer to V8 and from the documentation it is understood that old space will not garbage collected so frequently, We tried expose-gc option, but it is taking more CPU cycles. Could you please tell, how to configure V8 to handle this situation, so memory is garbage collected timely and also without any performance impact. 2,Also, is it good to disable optimization for less memory device. From which file i can make the optimization to O0?. Please clarify. 3, While running V8 in low memory device, please tell what are all flags i can consider to make it work faster. Please clarify my above doubts. It will be very helpful. Thanks. Regards, Madan -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
