Skip to content

Commit

Permalink
Configured the emulator to use 3GB of RAM and a 1024MB SD card instea…
Browse files Browse the repository at this point in the history
…d of 4GB of RAM and a 2048MB SD card to reduce resource usage on CI.

* Since the emulator works well with 3GB of RAM and a 1024MB SD card on CI for running test cases for custom apps, it is better to use this configuration for the app's test cases as well.
  • Loading branch information
MohitMaliDeveloper committed Sep 4, 2024
1 parent 9d3c275 commit 95ade4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
target: default
arch: x86_64
profile: pixel_2
ram-size: 4096M
ram-size: 3072M
force-avd-creation: false
sdcard-path-or-size: 2048M
sdcard-path-or-size: 1024M
cores: 4
disable-animations: false
heap-size: 512M
Expand All @@ -79,10 +79,10 @@ jobs:
target: default
arch: x86_64
profile: pixel_2
ram-size: 4096M
ram-size: 3072M
cores: 4
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
sdcard-path-or-size: 2048M
sdcard-path-or-size: 1024M
disable-animations: true
force-avd-creation: false
heap-size: 512M
Expand Down

0 comments on commit 95ade4b

Please sign in to comment.