We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14a8b20 + 0be55a6 commit cc54a35Copy full SHA for cc54a35
1 file changed
.github/workflows/sormas_app_ci.yml
@@ -111,6 +111,8 @@ jobs:
111
with:
112
api-level: ${{ matrix.api-level }}
113
arch: x86_64
114
+ ram-size: 4096M
115
+ heap-size: 512M
116
force-avd-creation: false
117
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
118
disable-animations: false
@@ -121,6 +123,8 @@ jobs:
121
123
122
124
125
126
127
128
129
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
130
disable-animations: true
0 commit comments