| Index: content/test/gpu/gpu_tests/memory.py
|
| diff --git a/content/test/gpu/gpu_tests/memory.py b/content/test/gpu/gpu_tests/memory.py
|
| index 84eb5118f3d59be26c9ee338a22f48d3d3d1c720..2e94d8206caa3534b12989be42aec1e54bf22c05 100644
|
| --- a/content/test/gpu/gpu_tests/memory.py
|
| +++ b/content/test/gpu/gpu_tests/memory.py
|
| @@ -8,9 +8,9 @@ from telemetry.page import page_test
|
| from telemetry.core.timeline import counter
|
| from telemetry.core.timeline import model
|
|
|
| -MEMORY_LIMIT_MB = 256
|
| -SINGLE_TAB_LIMIT_MB = 128
|
| -WIGGLE_ROOM_MB = 4
|
| +MEMORY_LIMIT_MB = 192
|
| +SINGLE_TAB_LIMIT_MB = 192
|
| +WIGGLE_ROOM_MB = 8
|
|
|
| test_harness_script = r"""
|
| var domAutomationController = {};
|
|
|