mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
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:
parent
0c092da015
commit
a2a654b212
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user