Hi Team, I am facing the problem, where the DOM string coming to charCodeAt() function is having length which is continuously increasing and not being released.Later it fails with memory allocation failure.
Eg: entry_id[0][align] entry_id[0][lastElementChild][align] String lengths are appended and memory utilization is increasing. The input is coming to encodeURIComponent() which inturn calls charCodeAt(). Could you please tell any known issue is there or anything can be checked from my side for identifying the rootcause. 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.
