dovecot-2.0: config: Increased initial memory pool size.

dovecot at dovecot.org dovecot at dovecot.org
Fri Sep 11 01:57:01 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/2e94a44c34ff
changeset: 9922:2e94a44c34ff
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Sep 10 18:54:14 2009 -0400
description:
config: Increased initial memory pool size.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/config/config-request.c |    2 +-

diffs (12 lines):

diff -r 5bcb78c2eabb -r 2e94a44c34ff src/config/config-request.c
--- a/src/config/config-request.c	Thu Sep 10 18:51:09 2009 -0400
+++ b/src/config/config-request.c	Thu Sep 10 18:54:14 2009 -0400
@@ -243,7 +243,7 @@ int config_request_handle(const struct c
 	int ret = 0;
 
 	memset(&ctx, 0, sizeof(ctx));
-	ctx.pool = pool_alloconly_create("config request", 1024*16);
+	ctx.pool = pool_alloconly_create("config request", 1024*32);
 
 	if (config_filter_parsers_get(config_filter, ctx.pool, filter,
 				      &parsers, &error) < 0) {


More information about the dovecot-cvs mailing list