Running Multiple Concurrent

By default, Data Collector can run approximately 22 standalone concurrently. If you plan to run a larger number of at the same time, increase the thread pool size.

The runner.thread.pool.size property in the Data Collector configuration file, determines the number of threads in the pool that are available to run standalone . One running requires five threads, and share threads in the pool.

  1. Use a text editor to open sdc.properties.
  2. Calculate the approximate runner thread pool size by multiplying the number of running by 2.2.
  3. Set the runner.thread.pool.size property to your calculated value.
  4. To enable the changes, restart Data Collector.