Skip to content

Commit 098b672

Browse files
committed
memory
1 parent 5474dc5 commit 098b672

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/_android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
cores: 6
133133
ram-size: 12288M
134134
heap-size: 12288M
135+
disk-size: 20000M
135136
force-avd-creation: false
136137
disable-animations: true
137138
emulator-options: -memory 24576 -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none

scripts/run_android_emulator.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ $ADB_PATH wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; d
1818
echo "List all running emulators"
1919
$ADB_PATH devices
2020

21+
adb shell "free -h"
22+
2123
adb uninstall org.pytorch.executorch.test || true
2224
adb install -t android-test-debug-androidTest.apk
2325

0 commit comments

Comments
 (0)