Skip to content

Commit c2f6b06

Browse files
committed
memory
1 parent 3f02650 commit c2f6b06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/_android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
run-emulator:
6262
# NB: Use metal install for KVM support to run the emulator faster
6363
runs-on: linux.24xl.spr-metal
64-
needs: build-llm-demo
6564
env:
6665
ANDROID_NDK_VERSION: r27b
6766
API_LEVEL: 34
@@ -135,6 +134,6 @@ jobs:
135134
heap-size: 12288M
136135
force-avd-creation: false
137136
disable-animations: true
138-
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
137+
emulator-options: -memory 12000 -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
139138
# This is to make sure that the job doesn't fail flakily
140139
emulator-boot-timeout: 900

0 commit comments

Comments
 (0)