]> granicus.if.org Git - cronie/commitdiff
docs: anacron fix out dated information about open file limits
authorSami Kerola <kerolasa@iki.fi>
Thu, 22 Nov 2012 23:18:09 +0000 (23:18 +0000)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 26 Nov 2012 16:30:47 +0000 (17:30 +0100)
For quite a while open files limit has defaulted to 1024, but rather than
informing what might be the number user should inspect value from own
time.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
man/anacron.8

index 467e155a81d87476c633d5c5d5b032f0810e5c27..a8466a7fad7d1a9c3225c237e89b2744bc3a8a6c 100644 (file)
@@ -182,8 +182,9 @@ file.
 Anacron never removes timestamp files.  Remove unused files manually.
 .PP
 Anacron uses up to two file descriptors for each active job.  It may run
-out of descriptors if there are more than about 125 active jobs (on
-normal kernels).
+out of descriptors if there are lots of active jobs.  See
+.B echo $(($(ulimit -n) / 2))
+for information how many concurent jobs anacron may run.
 .PP
 Mail comments, suggestions and bug reports to
 .MT shaleh@\:(debian.\:org|\:valinux.\:com)