From: Timo Sirainen Date: Fri, 3 Dec 2010 19:25:04 +0000 (+0000) Subject: example-config: Added comments to default_vsz_limit. X-Git-Tag: 2.0.8~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=201780864340982d7fd3d2d0b29b44a46d0d70e4;p=thirdparty%2Fdovecot%2Fcore.git example-config: Added comments to default_vsz_limit. --- diff --git a/doc/example-config/conf.d/10-master.conf b/doc/example-config/conf.d/10-master.conf index 3b9b5a9d9c..f0e79abc82 100644 --- a/doc/example-config/conf.d/10-master.conf +++ b/doc/example-config/conf.d/10-master.conf @@ -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