From d4844ee9b6997362524468b3d84646235ce271cd Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 17 Jul 2026 21:05:44 +0300 Subject: [PATCH] increase android emulator RAM and cores for E2E --- .github/workflows/nightly-e2e.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nightly-e2e.yml b/.github/workflows/nightly-e2e.yml index 270dfeb58d..c325d015bd 100644 --- a/.github/workflows/nightly-e2e.yml +++ b/.github/workflows/nightly-e2e.yml @@ -234,6 +234,9 @@ jobs: avd-name: nightly-e2e emulator-port: 5554 disable-animations: true + cores: 4 + ram-size: 6144 + heap-size: 512 emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none script: | echo "Installing the Android development client" > artifacts/android/phase.txt