Hi, I'm watching this, http://lenya.apache.org/docu20/reference/metadata.html
to perform tasks of increased performance in my application. And I am not
sure I understand this:
Caching
Adjust the maxobjects parameter of the MetaDataCacheStore component in
$COCOON_HOME/src/webapp/WEB-INF/cocoon.xconf according to the number of
documents contained in your repository. Assuming you have no more than 1000
site nodes in the repository with 2 language versions each and there are 5
sets of meta data (count the tabs in the "Meta Data" section of the site
environment), you should set the value of the maxobjects parameter to 1000 ×
2 × 5 = 10000.
I'm not sure where should I change this maxobjects param in the
cocoon.xconf:
I have this Object Stores :
<transient-store logger="core.store.transient">
<parameter name="maxobjects" value="${transient-store.maxobjects}"/>
</transient-store>
<xmlfile-store logger="core.store.transient">
<parameter name="maxobjects" value="${xmlfile-store.maxobjects}"/>
</xmlfile-store>
<store logger="core.store">
<parameter name="maxobjects" value="${store.maxobjects}"/>
<parameter name="use-cache-directory" value="true"/>
<parameter name="eternal" value="false"/>
<parameter name="timeToIdleSeconds" value="1800"/>
<parameter name="timeToLiveSeconds" value="3600"/>
</store>
I have this data on the site page of my application
Documents: 5110
Sitetree nodes: 5027
I have two language and 6 tag in the section on metadata
therefore, should put 5027x2x6 in maxobjects?
In what variable? transient-store.maxobjects , xmlfile-store.maxobjects,
store.maxobjects
TIA
--
View this message in context:
http://www.nabble.com/Lenya-performance-II-tp25075927p25075927.html
Sent from the Lenya - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]