tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit c6f580e2ce59f35cca4f82f104ab8eb005d9f9cf
parent f3fa57aea11ca808c6011f27c66bedf8bdb13b97
Author: Joel Maher <joel.maher@gmail.com>
Date:   Mon,  6 Oct 2025 14:33:40 +0000

Bug 1989040 - increase memory on android emulator used in CI. r=ci-and-tooling,aryx

Differential Revision: https://phabricator.services.mozilla.com/D267480

Diffstat:
Mtesting/mozbase/mozrunner/mozrunner/devices/android_device.py | 2+-
Mtesting/mozharness/configs/android/android14-x86_64.py | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/mozbase/mozrunner/mozrunner/devices/android_device.py b/testing/mozbase/mozrunner/mozrunner/devices/android_device.py @@ -168,7 +168,7 @@ AVD_DICT = { "-selinux", "permissive", "-memory", - "3072", + "4096", "-cores", "8", "-prop", diff --git a/testing/mozharness/configs/android/android14-x86_64.py b/testing/mozharness/configs/android/android14-x86_64.py @@ -20,7 +20,7 @@ config = { "-selinux", "permissive", "-memory", - "3072", + "4096", "-cores", "8", "-skin",