dovecot-2.2: Increased initial memory pool size

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 29 17:55:55 EET 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/b41d2eec320b
changeset: 15330:b41d2eec320b
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 26 11:33:22 2012 +0300
description:
Increased initial memory pool size

diffstat:

 src/lib-storage/list/mailbox-list-fs-iter.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8f351303887c -r b41d2eec320b src/lib-storage/list/mailbox-list-fs-iter.c
--- a/src/lib-storage/list/mailbox-list-fs-iter.c	Fri Oct 26 11:17:51 2012 +0300
+++ b/src/lib-storage/list/mailbox-list-fs-iter.c	Fri Oct 26 11:33:22 2012 +0300
@@ -490,7 +490,7 @@
 							    flags);
 	}
 
-	pool = pool_alloconly_create("mailbox list fs iter", 1024);
+	pool = pool_alloconly_create("mailbox list fs iter", 2048);
 	ctx = p_new(pool, struct fs_list_iterate_context, 1);
 	ctx->ctx.pool = pool;
 	ctx->ctx.list = _list;


More information about the dovecot-cvs mailing list