[Zope] Re: Performance issues - excessive object loads

Gerry Kirk gerry at faithonline.com
Tue Jun 8 10:03:55 EDT 2004


> Generally increasing the cache size is the most effective way to reduce
> loads. Try increasing the cache to say 15000 (assuming you have enough
> RAM on the server) and see how that affects the load rate. 2000 is a
> relatively low setting, but that really depends on the size of the ZODB.
> How many objects are in your ZODB? Are you using ZEO? (I assume not)
>
showing 176000 objects

I am using ZEO with one ZEO client, running on same server.

I'll try using 15,000 cache setting. This is what I now have in my
zope.conf:

 <zodb_db main>
   cache-size 15000
   <zeoclient>
     cache-size 20000000

- Gerry

> -Casey
>






More information about the Zope mailing list