[Zope-dev] performance tuning of ZODB

Toby Dickenson tdickenson at geminidataloggers.com
Thu Apr 22 05:58:57 EDT 2004


On Thursday 22 April 2004 10:42, Syver Enstad wrote:
> I've used the cache_size paramter to the constructor of the DB to good
> effect. Are there any further gotchas for ensuring that the ZODB stays
> in memory as much as possible?

Memory usage scales proportional to the number of threads.  Reducing the 
number of worker threads lets you increase the per-thread cache size.

-- 
Toby Dickenson




More information about the Zope-Dev mailing list