aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-11 22:10:26 +0000
committerdhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-11 22:10:26 +0000
commit67752ad2e9aadba9db3fcd4e86624813bf45ab3f (patch)
tree2b56205bd8b03e4432996c0588381362fb9200fe /doc
parent35b687d5dc4187e01afc6db9f44439ca11b8cfb0 (diff)
fixed the '-e' command line option for minmemfree. updated doc/asterisk-conf.tex
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61597 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/asterisk-conf.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/asterisk-conf.tex b/doc/asterisk-conf.tex
index 8464ca21d..b474b65f0 100644
--- a/doc/asterisk-conf.tex
+++ b/doc/asterisk-conf.tex
@@ -99,6 +99,9 @@ maxload = 1.0
; The maximum number of concurrent calls you want to allow
maxcalls = 255
+; The minimum amount of free memory (specified in MB) that asterisk should stop accepting calls
+minmemfree = 256
+
; Allow #exec entries in configuration files
execincludes = yes | no