Comment #10 on issue 24468 by erik.corry: Tune V8 instance in ProxyResolver to use as little memory as possible http://code.google.com/p/chromium/issues/detail?id=24468
The virtual allocations are large code objects that don't fit in the 8k page size. They can't do without the execute bit (it's code!). It's a bit of a worry if we are wasting up to 55k per allocation in the virtual space (I assume this applies to 32 bit too?). We might consider grouping them together. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
