You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ba...@locus.apache.org on 2000/10/02 22:44:50 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon cocoon.properties

balld       00/10/02 13:44:45

  Modified:    .        changes.xml
               src/org/apache/cocoon cocoon.properties
  Log:
  put heapsize line back in cocoon.properties
  
  Revision  Changes    Path
  1.119     +4 -1      xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- changes.xml	2000/09/29 04:25:19	1.118
  +++ changes.xml	2000/10/02 20:44:36	1.119
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.118 2000/09/29 04:25:19 balld Exp $
  +  $Id: changes.xml,v 1.119 2000/10/02 20:44:36 balld Exp $
   -->
   
   <changes title="History of Changes">
  @@ -17,6 +17,9 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="DB" type="fix">
  +   put heapsize line back into cocoon.properties
  +  </action>
     <action dev="DB" type="update">
      a doozy of a patch to esql - i made it so that you can execute queries either in their own special methods or inlined code - both on the same page even (can't imagine why you'd want to tho)
     </action>
  
  
  
  1.40      +5 -0      xml-cocoon/src/org/apache/cocoon/cocoon.properties
  
  Index: cocoon.properties
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/cocoon.properties,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- cocoon.properties	2000/09/27 23:35:38	1.39
  +++ cocoon.properties	2000/10/02 20:44:43	1.40
  @@ -320,6 +320,11 @@
   # overflow and leave this at request time.
   #store.usethread = false
   
  +# Indicates what is the maximum heap size that your JVM can reach (in bytes)
  +# This is normally set using the -mx or -Xmx command line argument.
  +store.heapsize = 60000000
  +# here, 60M or close to it anyway
  +
   
   
   ##########################################