dovecot-2.1: example-config: Updated vsz_limit default values.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 12 15:40:36 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/1c77891b754b
changeset: 13932:1c77891b754b
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 12 15:40:30 2012 +0200
description:
example-config: Updated vsz_limit default values.

diffstat:

 doc/example-config/conf.d/10-master.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r d72db2acf75b -r 1c77891b754b doc/example-config/conf.d/10-master.conf
--- a/doc/example-config/conf.d/10-master.conf	Wed Jan 11 12:07:44 2012 +0200
+++ b/doc/example-config/conf.d/10-master.conf	Thu Jan 12 15:40:30 2012 +0200
@@ -32,7 +32,7 @@
   #process_min_avail = 0
 
   # If you set service_count=0, you probably need to grow this.
-  #vsz_limit = 64M
+  #vsz_limit = $default_vsz_limit
 }
 
 service pop3-login {
@@ -61,7 +61,7 @@
 service imap {
   # Most of the memory goes to mmap()ing files. You may need to increase this
   # limit if you have huge mailboxes.
-  #vsz_limit = 256M
+  #vsz_limit = $default_vsz_limit
 
   # Max. number of IMAP processes (connections)
   #process_limit = 1024


More information about the dovecot-cvs mailing list