From 8deaa4a0fe3fe4b2d24f0660837a536be431d368 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 3 May 2023 16:02:48 +0530 Subject: [PATCH] Added heap size and increased sd card size to 4GB for android 13 emulator --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 715369379..6b9ed323e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,9 +64,10 @@ jobs: target: google_apis arch: x86_64 profile: pixel_2 + heap-size: '512M' ram-size: '4096M' disk-size: '14G' - sdcard-path-or-size: '1000M' + sdcard-path-or-size: '4096M' disable-animations: false script: bash contrib/instrumentation.sh