Status: Accepted
Owner: mikhail.naganov
Labels: Type-Bug Priority-Medium OS-All

New issue 783 by mikhail.naganov: The new implementation of heap profiler produces very large snapshots
http://code.google.com/p/v8/issues/detail?id=783

It is expected that heap snapshot size should be a fraction of current JS heap size, due to a fact that that it represents a "distilled" version of heap, with only relevant data kept (that is, no generated code, no maps, etc). However, currently snapshots' sizes are even greater than heap size. This needs to be fixed, as it will cause renderer OOM crashes after several snapshots being taken.


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

Reply via email to