dovecot-2.0: Increased initial memory pool size.

dovecot at dovecot.org dovecot at dovecot.org
Fri Mar 19 21:40:15 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/b7d7b44fcbc8
changeset: 10962:b7d7b44fcbc8
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Mar 19 21:40:13 2010 +0200
description:
Increased initial memory pool size.

diffstat:

 src/plugins/mail-log/mail-log-plugin.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5050e2eb1bfe -r b7d7b44fcbc8 src/plugins/mail-log/mail-log-plugin.c
--- a/src/plugins/mail-log/mail-log-plugin.c	Fri Mar 19 21:39:10 2010 +0200
+++ b/src/plugins/mail-log/mail-log-plugin.c	Fri Mar 19 21:40:13 2010 +0200
@@ -277,7 +277,7 @@
 	pool_t pool;
 	struct mail_log_mail_txn_context *ctx;
 
-	pool = pool_alloconly_create("mail-log", 1024);
+	pool = pool_alloconly_create("mail-log", 2048);
 	ctx = p_new(pool, struct mail_log_mail_txn_context, 1);
 	ctx->pool = pool;
 	return ctx;


More information about the dovecot-cvs mailing list