On 01/08/2014 08:21 AM, Miguel wrote: > Hi > > I am looking for documentation to configure and tunning > EHdefaultstore caching in Cocoon 2.2 application. I have found only > how to configure on Cocoon 2.1 using cocoon.xconf file but this is not > usefully for me. > > I need modify EHdefaultstore configuration because the application > move to a new machines with better capacities and now JVM have 3 GB > RAM and I suppose EHdefaultstore default configuration is not enough. > > Any ideas? > Best regards >
Sorry for the late reply, did you found anything? There is a good comment in the source code of org.apache.cocoon.components.store.impl.EHDefaultStore. Basically you want to play with private static final String CONFIG_FILE = "org/apache/cocoon/components/store/impl/ehcache.xml"; HTH salu2 -- Thorsten Scherler <thorsten.at.codebusters.es> codeBusters S.L. - web based systems <consulting, training and solutions> Tel.: +34 954 520 169 http://www.codebusters.es/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
