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

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


details:   http://hg.dovecot.org/dovecot-1.2/rev/4b9a7920e774
changeset: 8236:4b9a7920e774
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Oct 05 16:16:48 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 87936290b682 -r 4b9a7920e774 src/lib-storage/index/index-mail.c
--- a/src/lib-storage/index/index-mail.c	Sun Oct 05 16:12:27 2008 +0300
+++ b/src/lib-storage/index/index-mail.c	Sun Oct 05 16:16:48 2008 +0300
@@ -1044,7 +1044,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