dovecot-1.1: Increased initial "mail" memory pool size.

dovecot at dovecot.org dovecot at dovecot.org
Sun Oct 5 16:16:33 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/a8d9bef71ffa
changeset: 7911:a8d9bef71ffa
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 05 16:16:28 2008 +0300
description:
Increased initial "mail" memory pool size.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/index-mail.c |    2 +-

diffs (12 lines):

diff -r 6f1372ea1c05 -r a8d9bef71ffa src/lib-storage/index/index-mail.c
--- a/src/lib-storage/index/index-mail.c	Sun Oct 05 16:12:09 2008 +0300
+++ b/src/lib-storage/index/index-mail.c	Sun Oct 05 16:16:28 2008 +0300
@@ -1025,7 +1025,7 @@ index_mail_alloc(struct mailbox_transact
 	struct index_mail *mail;
 	pool_t pool;
 
-	pool = pool_alloconly_create("mail", 1024);
+	pool = pool_alloconly_create("mail", 2048);
 	mail = p_new(pool, struct index_mail, 1);
 	mail->mail.pool = pool;
 


More information about the dovecot-cvs mailing list