dovecot-2.0: Increased initial memory pool size.

dovecot at dovecot.org dovecot at dovecot.org
Sat Mar 6 14:05:33 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/2375e84fd344
changeset: 10848:2375e84fd344
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Mar 06 14:02:13 2010 +0200
description:
Increased initial memory pool size.

diffstat:

 src/login-common/ssl-proxy-openssl.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5f16e488e7f6 -r 2375e84fd344 src/login-common/ssl-proxy-openssl.c
--- a/src/login-common/ssl-proxy-openssl.c	Sat Mar 06 13:56:09 2010 +0200
+++ b/src/login-common/ssl-proxy-openssl.c	Sat Mar 06 14:02:13 2010 +0200
@@ -1092,7 +1092,7 @@
 	pool_t pool;
 	STACK_OF(X509_NAME) *xnames;
 
-	pool = pool_alloconly_create("ssl server context", 2048);
+	pool = pool_alloconly_create("ssl server context", 4096);
 	ctx = p_new(pool, struct ssl_server_context, 1);
 	ctx->pool = pool;
 	ctx->cert = p_strdup(pool, set->ssl_cert);


More information about the dovecot-cvs mailing list