8 Jun
2004
8 Jun
'04
2:03 p.m.
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