config/global/build-behave.in
changeset 3325 069f43a215cc
parent 3119 1c56c03b7ed5
     1.1 --- a/config/global/build-behave.in	Fri Nov 16 15:25:57 2012 +0100
     1.2 +++ b/config/global/build-behave.in	Wed Jun 25 23:33:01 2014 +0200
     1.3 @@ -19,19 +19,17 @@
     1.4        Enter 0 to set automatically based on how many processors the host has.
     1.5  
     1.6  config LOAD
     1.7 -    int
     1.8 +    string
     1.9      prompt "Maximum allowed load" if ! BACKEND
    1.10 -    default 0
    1.11 +    default ""
    1.12      help
    1.13        Specifies that no new jobs should be started if there are others jobs
    1.14        running and the load average is at least this value.
    1.15 -      
    1.16 -      Makes sense on SMP machines only.
    1.17 -      
    1.18 -      Enter 0 to have no limit on the load average.
    1.19 -      
    1.20 -      Note: only the integer part of the load is allowed here (you can't enter
    1.21 -            0.75 for example).
    1.22 +
    1.23 +      Leave to empty for no load limit.
    1.24 +
    1.25 +      Note: any float value is allowed and will be passed to the '-l' option
    1.26 +            of make (for further details, refer to the make manpage).
    1.27  
    1.28  config USE_PIPES
    1.29      bool