]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Added comments to default_vsz_limit.
authorTimo Sirainen <tss@iki.fi>
Fri, 3 Dec 2010 19:25:04 +0000 (19:25 +0000)
committerTimo Sirainen <tss@iki.fi>
Fri, 3 Dec 2010 19:25:04 +0000 (19:25 +0000)
doc/example-config/conf.d/10-master.conf

index 3b9b5a9d9c71192df188616c4243fcde0ad5637d..f0e79abc82289dc2c6957bf281e32ec3bec1d249 100644 (file)
@@ -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