dovecot-2.0: Increased initial memory pool size

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 19 16:54:48 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/6217bc3589b8
changeset: 11855:6217bc3589b8
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 19 14:54:12 2010 +0100
description:
Increased initial memory pool size

diffstat:

 src/lib-storage/mail-storage-hooks.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 39d3894dc2f9 -r 6217bc3589b8 src/lib-storage/mail-storage-hooks.c
--- a/src/lib-storage/mail-storage-hooks.c	Mon Jul 19 13:06:07 2010 +0100
+++ b/src/lib-storage/mail-storage-hooks.c	Mon Jul 19 14:54:12 2010 +0100
@@ -160,7 +160,7 @@
 
 	i_assert((size % sizeof(void (*)())) == 0);
 
-	pool = pool_alloconly_create("hook build context", 1024);
+	pool = pool_alloconly_create("hook build context", 2048);
 	ctx = p_new(pool, struct hook_build_context, 1);
 	ctx->pool = pool;
 	ctx->size = size;


More information about the dovecot-cvs mailing list