Skip to content

Commit

Permalink
Add a little more memory to Xalan operations again.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Sep 16, 2009
1 parent cda0b19 commit 0615136
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 @@ -526,7 +526,7 @@
<attribute name="o"/>
<attribute name="x"/>
<sequential>
<java fork="true" maxmemory="384m" failonerror="true" classname="org.apache.xalan.xslt.Process">
<java fork="true" maxmemory="512m" failonerror="true" classname="org.apache.xalan.xslt.Process">
<classpath>
<fileset dir="${tools.xalan}/lib">
<include name="**/*.jar"/>
Expand Down

0 comments on commit 0615136

Please sign in to comment.