Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

The number of file handles needed by the JobScheduler is determined by a number of factors.

...

  • each task (up to 3 file handles, one for the logfile, one for for stderr and one for stdout)
  • each order
  • each TCP connection

<!--
The total number of file handles required by JobScheduler is restricted to 1024.-->

Update

Since v1.6 there is no restriction of file handles, therefore JobScheduler can run unlimited number of processes in theory.

...