You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@locus.apache.org on 2000/12/14 17:33:56 UTC

cvs commit: xml-cocoon/xdocs livesites.xml faq.xml

greenrd     00/12/14 08:33:54

  Modified:    xdocs    livesites.xml faq.xml
  Log:
  
  
  Revision  Changes    Path
  1.25      +4 -1      xml-cocoon/xdocs/livesites.xml
  
  Index: livesites.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/livesites.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- livesites.xml	2000/12/06 23:07:19	1.24
  +++ livesites.xml	2000/12/14 16:33:48	1.25
  @@ -53,11 +53,14 @@
       <li><link href="http://www.smb-tec.com:7070/">Prowler Demo</link></li>
       <li><link href="http://www.kompetenznetz-paed-onkologie.de/">http://www.kompetenznetz-paed-onkologie.de
        </link></li>
  +    <li><link href="http://sourcepole.com/">http://sourcepole.com</link></li>
  +    <li><link href="http://www.mynet.com/">http://www.mynet.com</link></li>
   <!--<li><link href=""></link></li>-->
      </ul>
   
      <p>
  -    If you don't find your site here, make sure you tell us (and confirm that you want
  +    If you don't find your site here, make sure you 
  +    <link href="mailto:cocoon-users@xml.apache.org">tell us</link> (and confirm that you want
       to be listed publicly on this list). We would like to see this list grow bigger 
       every day :-)
      </p>
  
  
  
  1.36      +16 -0     xml-cocoon/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/faq.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- faq.xml	2000/12/11 21:30:58	1.35
  +++ faq.xml	2000/12/14 16:33:49	1.36
  @@ -941,6 +941,22 @@
   
   <faqsection title="General">
   
  + <faq id="outofmemory">
  +  <question>Why do I sometimes get OutOfMemoryErrors? How can I prevent this?
  +  </question>
  +  <answer>
  +   <p>The memory management in Cocoon is not perfect, and we are working on
  +    improving it.</p>
  +
  +   <p>For now, to reduce the likelihood of OutOfMemory errors,
  +    you need to configure your JVMs maximum heap size setting (<strong>consult your JDK
  +    documentation for how to do this</strong>) to be
  +    <strong>as large as possible</strong> and <strong>the same as the heapsize
  +    line in cocoon.properties</strong>. Obviously, buying more RAM as well will also help!
  +   </p>
  +  </answer>
  + </faq>
  +
    <faq id="ejbs">
     <question>How can EJBs be used with Cocoon</question>
     <answer>