Skip to content

Commit

Permalink
Bump up memory for XSLT processing a little.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 16, 2009
1 parent 2118b99 commit 6a53895
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 @@ -277,7 +277,7 @@
<attribute name="o"/>
<attribute name="x"/>
<sequential>
<java fork="true" maxmemory="256m" failonerror="true" classname="org.apache.xalan.xslt.Process">
<java fork="true" maxmemory="384m" failonerror="true" classname="org.apache.xalan.xslt.Process">
<classpath location="${xalan.dir}/bin/xalan.jar"/>
<arg value="-IN"/>
<arg value="${xml.dir}/@{i}"/>
Expand Down

0 comments on commit 6a53895

Please sign in to comment.