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.
-
Use a text editor to open
sdc.properties
. - Calculate the approximate runner thread pool size by multiplying the number of running by 2.2.
-
Set the
runner.thread.pool.size
property to your calculated value. - To enable the changes, restart Data Collector.