[Zope] Cache question
Bruno Mattarollo
brunomadv@ciudad.com.ar
Wed, 8 Dec 1999 13:28:46 -0300
Hi Michel...
Yes I saw that and read the ZCMG document... but what I was asking, I
forgive me if I didn't express myself correctly in english ;-) is: if I
raise the "target size", can I cause some problems to the normal operation
of my Zope server? I mean, it's a production system and I don't want to
bring it down... :-)
I have aprox. 1200 objets, the target size is set to the default (400)
... I have 1019 objects in the cache... Should I raise the target size to
1200?
Cheers and thanks for the answer. Sorry if I formulated my question
erroniously.
/B
----- Original Message -----
From: Michel Pelletier <michel@digicool.com>
To: 'Bruno Mattarollo' <brunomadv@ciudad.com.ar>; <zope@zope.org>
Sent: Wednesday, December 08, 1999 1:27 PM
Subject: RE: [Zope] Cache question
> > -----Original Message-----
> > From: Bruno Mattarollo [mailto:brunomadv@ciudad.com.ar]
> > Sent: Wednesday, December 08, 1999 11:15 AM
> > To: zope@zope.org
> > Subject: [Zope] Cache question
> >
> >
> > Hello.
> >
> > I have a site running on Zope... We are having an
> > increasing number of
> > hits... Not much right now but increasing... Is there a
> > documented way to
> > change the cache parameters to reduce the "connect time" to
> > our Zope? I
> > mean, sometime ago on this list there was a similar problem with the
> > Zope.org site and was solved by simply changing the cache
> > parameters...
>
> In the Control Panel, go to 'Database' and then click on the 'Cache
> Parameters' tab. There you can:
>
> Set the number of objects in the cache.
>
> Define the minimum idle time before the cache 'swaps out' an object.
>
> -Michel