as apks get bigger, our memory footprint grows.

- lets move to 512mb
This commit is contained in:
Connor Tumbleson 2014-12-25 14:12:04 -06:00
parent 499118219e
commit 5d73e25555
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ javaOpts=""
# line and adjust the value accordingly. Use "java -X" for a list of options
# you can pass here.
#
javaOpts="-Xmx256M"
javaOpts="-Xmx512M"
# Alternatively, this will extract any parameter "-Jxxx" from the command line
# and pass them to Java (instead of to dx). This makes it possible for you to

View File

@ -56,7 +56,7 @@ javaOpts=""
# line and adjust the value accordingly. Use "java -X" for a list of options
# you can pass here.
#
javaOpts="-Xmx256M"
javaOpts="-Xmx512M"
# Alternatively, this will extract any parameter "-Jxxx" from the command line
# and pass them to Java (instead of to dx). This makes it possible for you to