aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-18 22:01:02 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-18 22:01:02 +0000
commit70689cf7a12d1f2dd84f3eaf39b5f9d8ef65ad55 (patch)
treedc9426d19251bee579dda9922b7518c6a342075e /Makefile
parent59a59c0fe36ba4da5b5a155f0db49770bd8e26ea (diff)
Correct documentation. I removed the wrong line..
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@86406 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21ee2bb0d..0b9ebfcc2 100644
--- 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" ; \