Comment #10 on issue 2191 by [email protected]: V8 reports heap memory size bigger than process private memory
http://code.google.com/p/v8/issues/detail?id=2191
The numbers are correct per se but it is wrong to show the amount of the memory v8 asked OS to commit as part of the render process private memory. The process private size is an amount of the committed bytes and JavaScript memory size in the Chromium's task manager is expected to show the amount of memory actually taken by v8, not the amount it asked OS to commit but probably not yet committed.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
