Adjust memory expectations for YouTube
Change-Id: I980523e7d272c6fafe3ecc241affe6f469abfc4f
diff --git a/tools/internal_test.py b/tools/internal_test.py
index ee7a8323..2571efc 100755
--- a/tools/internal_test.py
+++ b/tools/internal_test.py
@@ -77,10 +77,10 @@
{
'app': 'youtube',
'version': youtube_data.LATEST_VERSION,
- 'find-xmx-min': 750,
- 'find-xmx-max': 1150,
- 'find-xmx-range': 32,
- 'oom-threshold': 950,
+ 'find-xmx-min': 2800,
+ 'find-xmx-max': 3200,
+ 'find-xmx-range': 64,
+ 'oom-threshold': 3000,
# TODO(b/143431825): Youtube can OOM randomly in memory configurations
# that should work.
'skip-find-xmx-max': True,