MAKEOPTS.
svn path=/main/trunk/; revision=11063
.BR \-\-load\-average=LOAD
Specifies that no new builds should be started if there are other builds
running and the load average is at least LOAD (a floating-point number).
+This option is recommended for use in combination with \fB\-\-jobs\fR in
+order to avoid excess load. See \fBmake\fR(1) for information about
+analogous options that should be configured via \fBMAKEOPTS\fR in
+\fBmake.conf\fR(5).
.TP
.BR "\-\-newuse " (\fB\-N\fR)
Tells emerge to include installed packages where USE flags have changed since
Use this variable if you want to use parallel make. For example, if you
have a dual\-processor system, set this variable to "\-j2" or "\-j3" for
enhanced build performance with many packages. Suggested settings are
-between \fICPUs+1\fR and \fI2*CPUs+1\fR.
-For more information, see \fBmake\fR(1).
+between \fICPUs+1\fR and \fI2*CPUs+1\fR. In order to avoid
+excess load, the \fB\-\-load\-average\fR option is recommended.
+For more information, see \fBmake\fR(1). Also see \fBemerge\fR(1) for
+information about analogous \fB\-\-jobs\fR and \fB\-\-load\-average\fR options.
.TP
\fBNOCOLOR\fR = \fI["true" | "false"]\fR
Defines if color should be disabled by default.
desc = "Specifies that no new builds should " + \
"be started if there are other builds " + \
"running and the load average is at " + \
- "least LOAD (a floating-point number)."
+ "least LOAD (a floating-point number). " + \
+ "This option is recommended for use " + \
+ "in combination with --jobs in " + \
+ "order to avoid excess load. See " + \
+ "make(1) for information about " + \
+ "analogous options that should be " + \
+ "configured via MAKEOPTS in " + \
+ "make.conf(5)."
for line in wrap(desc, desc_width):
print desc_indent + line
print