Author Topic: Writing job logs directly to a network filesystem [Performance benefit]  (Read 5448 times)

jburk

  • Administrator
  • *****
  • Posts: 493
This is a recommended configuration tweak for most farms over 10 workers.

Default installation behavior

By default, the job logs are handled with "remote log transmission" which follows the following process:

  • the job logs are first stored locally on the worker
  • while the job is running, they are periodically transmitted from the worker to the supervisor
  • they are finally written locally on the supervisor
« Last Edit: April 21, 2011, 03:45:50 PM by jburk »