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

Compare with Current View Page History

Version 1 Next »

The number of files handles needed by the JobScheduler is determined with a lot of topics.

Here are the main situations in which JobScheduler needs file handles:

  • per task (up to 3 filehandles, each for the logfile, for stderr and stdout)
  • per order
  • per TCP connection

The overall sum of opended filehandles used by the JobScheduler is restricted to 1024.

  • No labels