]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Correct documentation. I removed the wrong line..
authorJason Parker <jparker@digium.com>
Thu, 18 Oct 2007 22:01:02 +0000 (22:01 +0000)
committerJason Parker <jparker@digium.com>
Thu, 18 Oct 2007 22:01:02 +0000 (22:01 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@86406 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 21ee2bb0d17ebbb4a3f086cf46b8860e793aed1e..0b9ebfcc2c7205c115e26022d9e0001b25700780 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -562,7 +562,7 @@ samples: adsi
                echo ";internal_timing = yes" ; \
                echo ";systemname = my_system_name ; prefix uniqueid with a system name for global uniqueness issues" ; \
                echo ";maxcalls = 10 ; Maximum amount of calls allowed" ; \
-               echo ";minmemfree = 1 ; in MBs, Asterisk stops accepting new calls if the amount of free memory falls below this watermark" ; \
+               echo ";maxload = 0.9 ; Asterisk stops accepting new calls if the load average exceed this limit" ; \
                echo ";cache_record_files = yes ; Cache recorded sound files to another directory during recording" ; \
                echo ";record_cache_dir = /tmp ; Specify cache directory (used in cnjunction with cache_record_files)" ; \
                echo ";transmit_silence_during_record = yes ; Transmit SLINEAR silence while a channel is being recorded" ; \