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 5474dc5 commit 098b672Copy full SHA for 098b672
.github/workflows/_android.yml
@@ -132,6 +132,7 @@ jobs:
132
cores: 6
133
ram-size: 12288M
134
heap-size: 12288M
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
scripts/run_android_emulator.sh
@@ -18,6 +18,8 @@ $ADB_PATH wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; d
18
echo "List all running emulators"
19
$ADB_PATH devices
20
21
+adb shell "free -h"
22
+
23
adb uninstall org.pytorch.executorch.test || true
24
adb install -t android-test-debug-androidTest.apk
25
0 commit comments