dovecot: Increased default login_process_size to 64MB. 32MB wasn...

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 12 20:13:56 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/513076febc7a
changeset: 6794:513076febc7a
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 12 20:13:51 2007 +0200
description:
Increased default login_process_size to 64MB. 32MB wasn't enough in all
64bit systems.

diffstat:

2 files changed, 2 insertions(+), 2 deletions(-)
dovecot-example.conf         |    2 +-
src/master/master-settings.c |    2 +-

diffs (24 lines):

diff -r 33cfef65a5e1 -r 513076febc7a dovecot-example.conf
--- a/dovecot-example.conf	Mon Nov 12 19:56:25 2007 +0200
+++ b/dovecot-example.conf	Mon Nov 12 20:13:51 2007 +0200
@@ -147,7 +147,7 @@
 
 # Set max. process size in megabytes. If you don't use
 # login_process_per_connection you might need to grow this.
-#login_process_size = 32
+#login_process_size = 64
 
 # Should each login be processed in it's own process (yes), or should one
 # login process be allowed to process multiple connections (no)? Yes is more
diff -r 33cfef65a5e1 -r 513076febc7a src/master/master-settings.c
--- a/src/master/master-settings.c	Mon Nov 12 19:56:25 2007 +0200
+++ b/src/master/master-settings.c	Mon Nov 12 20:13:51 2007 +0200
@@ -208,7 +208,7 @@ struct settings default_settings = {
 	MEMBER(login_chroot) TRUE,
 	MEMBER(login_greeting_capability) FALSE,
 
-	MEMBER(login_process_size) 32,
+	MEMBER(login_process_size) 64,
 	MEMBER(login_processes_count) 3,
 	MEMBER(login_max_processes_count) 128,
 	MEMBER(login_max_connections) 256,


More information about the dovecot-cvs mailing list