Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build.xml for community: fixed OutOfMemory during compilation
  • Loading branch information
chashnikov committed Oct 18, 2016
1 parent 7977d41 commit 63d23be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -53,7 +53,7 @@
<attribute name="script" />
<sequential>
<java failonerror="true" jar="${project.home}/lib/ant/lib/ant-launcher.jar" fork="true">
<jvmarg line="-Xmx612m -XX:MaxPermSize=152m"/>
<jvmarg line="-Xmx812m -XX:MaxPermSize=152m"/>
<sysproperty key="jna.nosys" value="true" />
<sysproperty key="out" value="${out.dir}" />
<sysproperty key="buildNumber" value="${build.number}" />
Expand Down

0 comments on commit 63d23be

Please sign in to comment.