jefft       01/12/29 20:37:26

  Modified:    .        build.xml
  Log:
  Up the available memory for Cocoon, to prevent OutOfMemoryErrors. On my box,
  Cocoon takes around 90mb *on top* of the standard Ant memory footprint.
  
  Revision  Changes    Path
  1.116     +1 -1      jakarta-avalon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/build.xml,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- build.xml 21 Dec 2001 17:58:23 -0000      1.115
  +++ build.xml 30 Dec 2001 04:37:26 -0000      1.116
  @@ -289,7 +289,7 @@
         <fileset dir="${context.dir}/resources"/>
       </copy>
   
  -    <java classname="org.apache.cocoon.Main" fork="true">
  +    <java classname="org.apache.cocoon.Main" fork="true" maxmemory="128m">
         <arg value="-c${build.context}/"/>
         <arg value="-d${build.docs}"/>
         <arg value="-w${build.dir}/work"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to