Skip to content

Commit

Permalink
Attribute 'maxmemory="384m"' added to <java> element at line 384, to …
Browse files Browse the repository at this point in the history
…address 'Out of memory' error.
  • Loading branch information
John Murison authored and John Murison committed Mar 24, 2009
1 parent 1aa587a commit 336e936
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 @@ -381,7 +381,7 @@
<element name="args" optional="yes"/>
<sequential>
<java classname="edu.internet2.middleware.shibboleth.utils.MetadataTool"
fork="true" failonerror="true">
fork="true" failonerror="true" maxmemory="384m">
<classpath>
<fileset dir="${lib.dir}">
<include name="**/*.jar"/>
Expand Down

0 comments on commit 336e936

Please sign in to comment.