Skip to content

Commit 139651b

Browse files
committed
memory
1 parent c2f6b06 commit 139651b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ jobs:
130130
# https://github.com/ReactiveCircus/android-emulator-runner. The max number
131131
# of cores we can set is 6, any higher number will be reduced to 6.
132132
cores: 6
133-
ram-size: 16384M
133+
ram-size: 12288M
134134
heap-size: 12288M
135135
force-avd-creation: false
136136
disable-animations: true
137-
emulator-options: -memory 12000 -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
137+
emulator-options: -memory 8192 -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
138138
# This is to make sure that the job doesn't fail flakily
139139
emulator-boot-timeout: 900

0 commit comments

Comments
 (0)