You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

JobScheduler needs file handles for the following:

  • 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.

  • No labels