dovecot-2.0: example-config: Added comments to default_vsz_limit.

dovecot at dovecot.org dovecot at dovecot.org
Fri Dec 3 21:25:07 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/7dda7d20b04c
changeset: 12510:7dda7d20b04c
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Dec 03 19:25:04 2010 +0000
description:
example-config: Added comments to default_vsz_limit.

diffstat:

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

diffs (13 lines):

diff -r 0e72f1629096 -r 7dda7d20b04c doc/example-config/conf.d/10-master.conf
--- a/doc/example-config/conf.d/10-master.conf	Fri Dec 03 10:47:46 2010 +0000
+++ b/doc/example-config/conf.d/10-master.conf	Fri Dec 03 19:25:04 2010 +0000
@@ -1,5 +1,9 @@
 #default_process_limit = 100
 #default_client_limit = 1000
+
+# Default VSZ (virtual memory size) limit for service processes. This is mainly
+# intended to catch and kill processes that leak memory before they eat up
+# everything.
 #default_vsz_limit = 256M
 
 # Login user is internally used by login processes. This is the most untrusted


More information about the dovecot-cvs mailing list