On 19.05.2004, at 14:52, Vadim Gritsenko wrote:


I'm +1 on release, if and only if, we note these above bugs in the known issues list.


Vadim

Please give me that list!!!

I updated a server hosting a bunch of XSPs to current CVS.
Using the default cocoon.xconf settings, first everything is fine,
but after about an hour under medium load it is getting slower and
slower and is starving while heap is growing to ~240M (-Xmx260m).

can anybody confirm that these settings do work?
/leo

  <transient-store logger="core.store.transient">
    <parameter name="maxobjects" value="1000"/>
  </transient-store>

  <store logger="core.store">
    <parameter name="maxobjects" value="1000"/>
    <parameter name="use-cache-directory" value="true"/>
  </store>

  <store-janitor logger="core.store.janitor">
     <parameter name="freememory" value="5000000"/>
     <parameter name="heapsize" value="196000000"/>
     <parameter name="cleanupthreadinterval" value="10"/>
     <parameter name="adaptivethreadinterval" value="true"/>
     <parameter name="threadpriority" value="5"/>
     <parameter name="percent_to_free" value="10"/>
     <parameter name="invokegc" value="false"/>
  </store-janitor>






Reply via email to