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>
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)