changeset 6401:1eff337eade3 HEAD

Dropped default max_mail_processes to 512.
author Timo Sirainen <tss@iki.fi>
date Sat, 15 Sep 2007 17:01:40 +0300
parents ec5bb5ab7ac2
children 31f374bcbd31
files dovecot-example.conf src/master/master-settings.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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 @@
 	/* 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,