summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/cts-host.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/cts-host.yaml b/android/cts-host.yaml
index ce412a3..ceae5c1 100644
--- a/android/cts-host.yaml
+++ b/android/cts-host.yaml
@@ -43,6 +43,8 @@ run:
- echo $TEST_PARAMS
- adb -s $IPADDR wait-for-device
- adb devices
+ # increase the heap size. KVM devices in LAVA default to ~250M of heap
+ - export _JAVA_OPTIONS="-Xmx350M"
- ./android/scripts/cts.py $CTS_URL $IPADDR $TEST_PARAMS
- echo "processes running"
- ps