Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Increase heap size for tools to 1024MB.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 9, 2016
1 parent 4b362fd commit 612e023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
be more than some invocations require, but there's no harm in having a higher
limit for all of them.
-->
<property name="java.max.memory" value="768m"/>
<property name="java.max.memory" value="1024m"/>

<!--
Full paths to a couple of temporary file locations.
Expand Down

0 comments on commit 612e023

Please sign in to comment.