summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-01 16:18:13 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-01 16:18:13 +0000
commitfc6544504d5b229a75bd2084fa3f98f599d4c27a (patch)
treef212ddde195f9e234817de97d2322e8a1b764474 /AUTHORS
parent2017788243cf8862d9801ff744b87b2b524076ea (diff)
downloadchromium_src-fc6544504d5b229a75bd2084fa3f98f599d4c27a.zip
chromium_src-fc6544504d5b229a75bd2084fa3f98f599d4c27a.tar.gz
chromium_src-fc6544504d5b229a75bd2084fa3f98f599d4c27a.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@17318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 182aa64..f907400 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>