dovecot: Dropped default max_mail_processes to 512.

dovecot at dovecot.org dovecot at dovecot.org
Sat Sep 15 17:02:41 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/1eff337eade3
changeset: 6401:1eff337eade3
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Sep 15 17:01:40 2007 +0300
description:
Dropped default max_mail_processes to 512.

diffstat:

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

diffs (24 lines):

diff -r ec5bb5ab7ac2 -r 1eff337eade3 dovecot-example.conf
--- a/dovecot-example.conf	Sat Sep 15 17:01:10 2007 +0300
+++ b/dovecot-example.conf	Sat Sep 15 17:01:40 2007 +0300
@@ -348,7 +348,7 @@
 
 # Maximum number of running mail processes. When this limit is reached,
 # new users aren't allowed to log in.
-#max_mail_processes = 1024
+#max_mail_processes = 512
 
 # Set max. process size in megabytes. Most of the memory goes to mmap()ing
 # files, so it shouldn't harm much even if this limit is set pretty high.
diff -r ec5bb5ab7ac2 -r 1eff337eade3 src/master/master-settings.c
--- a/src/master/master-settings.c	Sat Sep 15 17:01:10 2007 +0300
+++ b/src/master/master-settings.c	Sat Sep 15 17:01:40 2007 +0300
@@ -211,7 +211,7 @@ struct settings default_settings = {
 	/* mail */
 	MEMBER(valid_chroot_dirs) "",
 	MEMBER(mail_chroot) "",
-	MEMBER(max_mail_processes) 1024,
+	MEMBER(max_mail_processes) 512,
 	MEMBER(mail_max_userip_connections) 10,
 	MEMBER(verbose_proctitle) FALSE,
 


More information about the dovecot-cvs mailing list