Skip to content

Commit

Permalink
Allow a bit more memory to be used by Xalan jobs, now that the metada…
Browse files Browse the repository at this point in the history
…ta has outgrown the previous limit. This is probably a temporary blip due to the Eduserv certificate transition.
  • Loading branch information
iay committed Aug 4, 2008
1 parent 394316e commit cd627cb
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" maxmemory="128m" failonerror="true" classname="org.apache.xalan.xslt.Process">
<java fork="true" maxmemory="256m" 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 cd627cb

Please sign in to comment.