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.

This commit is contained in:
MohitMaliFtechiz 2024-09-30 19:01:46 +05:30 committed by MohitMaliFtechiz
parent 0c092da015
commit a2a654b212

View File

@ -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