> From: Peter Hargreaves [mailto:[EMAIL PROTECTED]] > > Hi Folks, > > I've read so much documentation and so many listings - and I'm confused! Could > someone help clarify please? > > Can I apply these setting to all components (in cocoon.xconf and sitemap.xmap) > or should they only be applied to some components - if so which ones.
Read below. > Is this the correct way to minimise the memory used by component instances: > > pool-max=1, pool-min=1, pool-grow=1 Yes. You will end up with one and only component in the pool. If more will be required, they will be created on the fly and destroyed after usage (read: significant slow down under load). That's why you should count who many objects you need to have to serve desired load. Logs can help a little bit (watch out for "decommissioning instance of", and "creating instance of" or something like this) > Is there a way to see how much memory is used by these settings? They don't > seem to be visible on the status page. Only what janitor reports to the log file is known. Vadim > > Any advice or clarification very welcome. > > Thanks, > Peter. > > <MySystem> Gateway G6-350 (392,612k RAM), NT4.0sp6, jdk-1.3.1, tomcat-4.0.1, > cocoon2.0.2-dev, NS Nav 4.7, NS 6.1, IE 5.0</MySystem> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>