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 _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )