diff options
author | frankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-15 20:02:46 +0000 |
---|---|---|
committer | frankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-15 20:02:46 +0000 |
commit | b4e8e870c2d46895bbccf2f4b9faf3c2e82cd01b (patch) | |
tree | d727e15ddf7808a9346dc310c758f2b371d8ead8 /tools | |
parent | da83553b1671cd51a986275947400d8cfc56883e (diff) | |
download | chromium_src-b4e8e870c2d46895bbccf2f4b9faf3c2e82cd01b.zip chromium_src-b4e8e870c2d46895bbccf2f4b9faf3c2e82cd01b.tar.gz chromium_src-b4e8e870c2d46895bbccf2f4b9faf3c2e82cd01b.tar.bz2 |
[Telemetry] Increase memconsumer usage to 20MB.
BUG=None
R=bulach@chromium.org, qsr@chromium.org
Review URL: https://codereview.chromium.org/26273005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228746 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py b/tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py index c09add5..7a50bee 100644 --- a/tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py +++ b/tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py @@ -38,7 +38,7 @@ class OOMKillerProfiler(profiler.Profiler): self._browser_backend.adb.GoHome() self._platform_backend.LaunchApplication( 'org.chromium.memconsumer/.MemConsumer', - '--ei memory 10') + '--ei memory 20') # Bring the browser to the foreground after launching the mem consumer self._browser_backend.adb.StartActivity(browser_backend.package, browser_backend.activity, |