Adjust OOM threshold for YouTube 12.22

Change-Id: I1fc8be83c0840ab8b0079ab588c3ad1bf8abf413
diff --git a/tools/internal_test.py b/tools/internal_test.py
index 11e4c8b..eb8bdf8 100755
--- a/tools/internal_test.py
+++ b/tools/internal_test.py
@@ -75,10 +75,10 @@
     {
         'app': 'youtube',
         'version': '12.22',
-        'find-xmx-min': 800,
-        'find-xmx-max': 1200,
+        'find-xmx-min': 750,
+        'find-xmx-max': 1150,
         'find-xmx-range': 32,
-        'oom-threshold': 1037,
+        'oom-threshold': 950,
         # TODO(b/143431825): Youtube can OOM randomly in memory configurations
         #  that should work.
         'skip-find-xmx-max': True,