Miserable performance of cyrus-imapd 2.3.9 -- seems to be locking issues

Pascal Gienger Pascal.Gienger at uni-konstanz.de
Fri Feb 29 01:16:24 EST 2008


Jeff Fookson <jfookson at as.arizona.edu> wrote:

> Databases are all skiplist.

As a rule of thumb, do not use skiplist for the duplicate delivery 
suppression database (deliver.db). Even if everybody hates it, use 
BerkeleyDB, Version 4.4.52 or higher. Give it a quite fair amount of shared 
memory. And run cyr_expunge often to prune that database so that no entry 
is older than - say - 3 days.

We have approx 10-15 messages/sec incoming on one node.


More information about the Info-cyrus mailing list