blob: fae4e74e627daae7e39f168e78428bbd179e620a [file] [log] [blame]
# !/bin/sh -eu
cd playground
./gradlew assembleDebug :weex_sdk:testDebugUnitTest --info -PdisableCov=true -PtargetSDK=19 -Dorg.gradle.daemon=true -Dorg.gradle.parallel=true -Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError" -Dfile.encoding=UTF-8
COLUMNS=2000 ps -m -o pid,rss,command > ../sdk/build/reports/memdump.txt