[asterisk-commits] qwell: branch 1.4 r86406 - /branches/1.4/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Oct 18 17:01:03 CDT 2007


Author: qwell
Date: Thu Oct 18 17:01:02 2007
New Revision: 86406

URL: http://svn.digium.com/view/asterisk?view=rev&rev=86406
Log:
Correct documentation.  I removed the wrong line..

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/Makefile?view=diff&rev=86406&r1=86405&r2=86406
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Thu Oct 18 17:01:02 2007
@@ -562,7 +562,7 @@
 		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" ; \




More information about the asterisk-commits mailing list