File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 force-avd-creation : false
110110 disable-animations : true
111111 disable-spellchecker : true
112- emulator-options : -no-window -gpu auto -noaudio -no-boot-anim -camera-back none
112+ emulator-options : -memory 4096 - no-window -gpu auto -noaudio -no-boot-anim -camera-back none
113113 disk-size : 4096M
114114 script : echo "Generated AVD snapshot for caching."
115115
@@ -133,7 +133,7 @@ jobs:
133133 force-avd-creation : false
134134 disable-animations : true
135135 disable-spellchecker : true
136- emulator-options : -no-window -gpu auto -noaudio -no-boot-anim -camera-back none -no-snapshot-save
136+ emulator-options : -memory 4096 - no-window -gpu auto -noaudio -no-boot-anim -camera-back none -no-snapshot-save
137137 script : |
138138 adb uninstall io.sentry.uitest.android.critical || echo "Already uninstalled (or not found)"
139139 adb install -r -d "${{env.APK_NAME}}"
You can’t perform that action at this time.
0 commit comments