RESOLVED FIXED 101335
Web Inspector: report physical memory really committed for JS heap in NMI
https://bugs.webkit.org/show_bug.cgi?id=101335
Summary Web Inspector: report physical memory really committed for JS heap in NMI
Alexei Filippov
Reported 2012-11-06 04:33:23 PST
Some OSes (e.g. Linux) perform lazy commits of requested memory. Because of that the committed memory may not retain any physical memory until the very first access to the committed chunk. That led to JS heap reported more physical memory than was currently in use.
Attachments
Patch (1.72 KB, patch)
2012-11-06 04:34 PST, Alexei Filippov
no flags
Alexei Filippov
Comment 1 2012-11-06 04:34:41 PST
Ilya Tikhonovsky
Comment 2 2012-11-06 04:43:19 PST
Comment on attachment 172549 [details] Patch lgtm
WebKit Review Bot
Comment 3 2012-11-06 06:06:12 PST
Comment on attachment 172549 [details] Patch Clearing flags on attachment: 172549 Committed r133593: <http://trac.webkit.org/changeset/133593>
WebKit Review Bot
Comment 4 2012-11-06 06:06:16 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.