Skip to content

Commit

Permalink
Allow more memory to be used by Xalan jobs, now that the metadata has…
Browse files Browse the repository at this point in the history
… outgrown the default.
  • Loading branch information
iay committed Jul 19, 2008
1 parent cd46261 commit c7ac8af
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 @@ -206,7 +206,7 @@
<attribute name="o"/>
<attribute name="x"/>
<sequential>
<java fork="true" failonerror="true" classname="org.apache.xalan.xslt.Process">
<java fork="true" maxmemory="128m" 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 c7ac8af

Please sign in to comment.