summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDwayne M. Hubbard <dwayne.hubbard@gmail.com>2007-04-11 22:10:26 +0000
committerDwayne M. Hubbard <dwayne.hubbard@gmail.com>2007-04-11 22:10:26 +0000
commit9fc6cf1ac3d08b0e8da0d083cb0d0127e186db82 (patch)
tree2b56205bd8b03e4432996c0588381362fb9200fe /doc
parent2151e532fe8ba8e14844de54a47a5eb5ad13e2a6 (diff)
fixed the '-e' command line option for minmemfree. updated doc/asterisk-conf.tex
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@61597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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