diff options
Diffstat (limited to 'run-core-tests')
-rwxr-xr-x | run-core-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-core-tests b/run-core-tests index 25e53ee..62b3c51 100755 --- a/run-core-tests +++ b/run-core-tests @@ -27,4 +27,4 @@ chmod 777 $tmp exec dalvikvm -Duser.language=en -Duser.region=US -Djava.io.tmpdir=$tmp \ -Xbootclasspath:$BOOTCLASSPATH:/system/framework/core-tests.jar \ - com.google.coretests.Main "$@" + -Xmx64M com.google.coretests.Main "$@" |