diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 14:05:32 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 14:05:32 +0000 |
commit | 9a48cbf9d3a95b322fc4af97df4b4a0368013523 (patch) | |
tree | 4d7e00cff8eb408644f0637e10374ec170169fcc /AUTHORS | |
parent | 2423881b28e6944b3f61fe70af6222ef0a75d59e (diff) | |
download | chromium_src-9a48cbf9d3a95b322fc4af97df4b4a0368013523.zip chromium_src-9a48cbf9d3a95b322fc4af97df4b4a0368013523.tar.gz chromium_src-9a48cbf9d3a95b322fc4af97df4b4a0368013523.tar.bz2 |
Scale backing store cache size.
The approach is borrowed from render_process_host's kMaxRenderersByRamTier.
The values were chosen to keep a minimal number of DIBs in the extreme low RAM
case, and scale up linearly from there to the previous (constant) value of 5.
Patch by Joel Stanley.
BUG=12028
Review URL: http://codereview.chromium.org/115452
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,3 +39,4 @@ Robert Sesek <rsesek@bluestatic.org> Janwar Dinata <j.dinata@gmail.com> Will Hirsch <chromium@willhirsch.co.uk> Yoav Zilberberg <yoav.zilberberg@gmail.com> +Joel Stanley <joel@jms.id.au> |