Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: trunk/src/content/test/gpu/gpu_tests/memory.py

Issue 313163002: Revert 274326 "Lobotomize the GPU memory manager" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/content/common/gpu/gpu_memory_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/test/gpu/gpu_tests/memory.py
===================================================================
--- trunk/src/content/test/gpu/gpu_tests/memory.py (revision 274878)
+++ trunk/src/content/test/gpu/gpu_tests/memory.py (working copy)
@@ -8,9 +8,9 @@
from telemetry.core.timeline import counter
from telemetry.core.timeline import model
-MEMORY_LIMIT_MB = 192
-SINGLE_TAB_LIMIT_MB = 192
-WIGGLE_ROOM_MB = 8
+MEMORY_LIMIT_MB = 256
+SINGLE_TAB_LIMIT_MB = 128
+WIGGLE_ROOM_MB = 4
test_harness_script = r"""
var domAutomationController = {};
« no previous file with comments | « trunk/src/content/common/gpu/gpu_memory_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698