aboutsummaryrefslogtreecommitdiff
path: root/libexec/atrun/atrun.man
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2012-10-30 19:46:00 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2012-10-30 19:46:00 +0000
commite61e6189e5ec95630988fd512e7731456021b08e (patch)
treee662af11d5018b7eab997fdb5ee2567ef276d6f3 /libexec/atrun/atrun.man
parent7a75e881d7c6c38a5ee82ceaa1b17b9c5f1091bb (diff)
downloadsrc-e61e6189e5ec95630988fd512e7731456021b08e.tar.gz
src-e61e6189e5ec95630988fd512e7731456021b08e.zip
atrun(8): scale default load average limit with the number of CPUs
Previously atrun refused to run jobs if load average was not below fixed limit of 1.5. PR: 173175 Reviewed by: peterj Approved by: trasz (mentor) MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=242372
Diffstat (limited to 'libexec/atrun/atrun.man')
-rw-r--r--libexec/atrun/atrun.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man
index ec373b3420bc..cea322f6d1e2 100644
--- a/libexec/atrun/atrun.man
+++ b/libexec/atrun/atrun.man
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-.Dd June 17, 2007
+.Dd October 30, 2012
.Dt ATRUN 8
.Os
.Sh NAME
@@ -45,7 +45,7 @@ e.g., locked out or expired.
.Bl -tag -width indent
.It Fl l Ar load_avg
Specify a limiting load factor, over which batch jobs should
-not be run, instead of the compiled in default of 1.5.
+not be run, instead of the default of 1.5 * number of active CPUs.
.It Fl d
Debug; print error messages to standard error instead of using
.Xr syslog 3 .