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

Compare with Current View Page History

Version 1 Next »

Key Figures

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 Orders1 000 000The overall number of orders managed for execution of workflows

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

Total of Jobs500 000The number of jobs available across any workflows
ExecutionsTotal of Parallel Tasks per Agent5 000The number of parallel processes running with a single Agent

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

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 stores any state transition events of orders.


  • No labels