[Zope] Re: Zope vs Plone: performance issues!

Alexander Limi limi at plone.org
Wed Jan 25 05:42:50 EST 2006


On Wed, 25 Jan 2006 00:11:04 -0800, Dario Lopez-Kästen  
<dario at ita.chalmers.se> wrote:

> Start by checking the ZODB cache numbers in the zope-conf file (too  
> start simple). IIRC, the default is 5000 objects. Increase that to, say  
> 50.000 or so (you mention that you have a busy site).

Sorry, but this is not good advice. 5000 objects in the cache is normally  
plenty, and you should look into caching the front-end before you even  
consider this. 50K objects in the cache will eat *a lot* of memory, and  
most likely cause swapping.

Cache properly with Apache or Squid in front first, then investigate the  
more complex settings.

-- 
_____________________________________________________________________

      Alexander Limi · Chief Architect · Plone Solutions · Norway

  Consulting · Training · Development · http://www.plonesolutions.com
_____________________________________________________________________

       Plone Co-Founder · http://plone.org · Connecting Content
   Plone Foundation · http://plone.org/foundation · Protecting Plone



More information about the Zope mailing list