Versions Compared

Key

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

...

JS7 is designed for performance. There are no hard-wired performance limits. Therefore key figures indicate the numbers that JS7 has been tested for, this doesn't indicate a limit:

ObjectsTotal of Orders500 000The overall number of orders managed for execution of workflows

Total of Workflows200 000The overall number of workflows
each including a minimum of 5 jobs

Total of Jobs
500 000
1 000 000The number of jobs available
across
with any workflows
Executions
Total of Parallel Tasks per Agent
Total of Parallel Tasks per Agent5 000The number of parallel processes running with a single Agent
Total of Parallel Tasks across Agents

Total of Parallel Tasks across Agents20 000The number of parallel processes running across any Agents
Task Start Latency

Task Start Latency5 msThe delay in milliseconds between the request to start a task and the operating system process being started

Performance Factors

  • Controller and Agents make use of any available cores to parallelize threads. A larger number of cores allows better parallelism.
  • Memory usage of Controller and Agents has to be adjusted to the expected parallelism. As a rule of thumb e.g. running 5000 parallel tasks suggests a minimum of 8 GB main memory for each Controller and Agent.
  • Disk speed is relevant for the Controller and Agent journal that holds any state transition events of orders.

...