dovecot-2.0: login: Increased client's initial memory pool size.

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 25 21:35:00 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/233565519311
changeset: 12950:233565519311
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 25 21:41:28 2011 +0300
description:
login: Increased client's initial memory pool size.

diffstat:

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

diffs (12 lines):

diff -r d4e15513192a -r 233565519311 src/login-common/main.c
--- a/src/login-common/main.c	Thu Oct 20 18:37:09 2011 +0300
+++ b/src/login-common/main.c	Tue Oct 25 21:41:28 2011 +0300
@@ -109,7 +109,7 @@
 		local_port = 0;
 	}
 
-	pool = pool_alloconly_create("login client", 5*1024);
+	pool = pool_alloconly_create("login client", 8*1024);
 	set = login_settings_read(pool, &local_ip,
 				  &conn->remote_ip, NULL, &other_sets);
 


More information about the dovecot-cvs mailing list