From 202f2ec5718682c347e1c1034ff0d5eb4e698fde Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Thu, 15 Mar 2012 21:16:35 +0100 Subject: [PATCH] Updated man page on --load. --- src/parallel.pod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/parallel.pod b/src/parallel.pod index c07188b6..71589b85 100644 --- a/src/parallel.pod +++ b/src/parallel.pod @@ -653,11 +653,12 @@ Implies B<-X> unless B<-m> is set. Do not start new jobs on a given computer unless the load is less than I. I uses the same syntax as B<--jobs>, so I<100%> -for one per CPU is a valid setting. Only difference is 0 which -actually means 0. +for one per CPU is a valid setting. Only difference is 0 which is +interpreted as 0.01. -The load average is only sampled every 10 seconds to avoid stressing -small computers. +The load average is only sampled every 10 seconds using B to +avoid stressing small computers. Only the first (1 minute) load is +used. =item B<--controlmaster> (experimental)