We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098b672 commit ce9e085Copy full SHA for ce9e085
.github/workflows/_android.yml
@@ -135,6 +135,6 @@ jobs:
135
disk-size: 20000M
136
force-avd-creation: false
137
disable-animations: true
138
- emulator-options: -memory 24576 -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
+ emulator-options: -memory 49152 -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
139
# This is to make sure that the job doesn't fail flakily
140
emulator-boot-timeout: 900
0 commit comments