From a2a654b21250604f8610c7d088330cf20c5fc3fb Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 30 Sep 2024 19:01:46 +0530 Subject: [PATCH] We have lowered the RAM of the emulator for some test cases since they do not require much memory. As a result, we downgraded the RAM for these specific CI environments. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31264300e..acd61d73c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: target: default arch: x86_64 profile: pixel_c - ram-size: 3072M + ram-size: 2048M cores: 4 emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true @@ -118,7 +118,7 @@ jobs: target: default arch: x86_64 profile: pixel_2 - ram-size: 3072M + ram-size: 2048M cores: 4 emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none sdcard-path-or-size: 1024M @@ -137,7 +137,7 @@ jobs: target: default arch: x86_64 profile: pixel_2 - ram-size: 3072M + ram-size: 2048M cores: 4 emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true