Thread limit configuration - Data360_Analyze - Latest

Data360 Analyze Server Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 Analyze
Version
Latest
ft:locale
en-US
Product name
Data360 Analyze
ft:title
Data360 Analyze Server Help
Copyright
2025
First publish date
2016
ft:lastEdition
2025-02-20
ft:lastPublication
2025-02-20T11:13:02.494000

By default, the thread limit is set to 4. This setting governs how many nodes are able to execute concurrently for a given execution.

If needed, you can override the default setting by adding the following line to your cust.prop file, and editing the number "4" as required:

ls.brain.controller.farm=( "${ls.brain.server.host=localhost}:${ls.brain.server.port}:4" )

The cust.prop file can be found at:

<Data360Analyze site configuration directory>/cust.prop

Tip: Increasing the number of controller farm threads will only have an impact on performance if there are enough parallel paths (branches) in your data flow to allow more nodes to be run concurrently. That is, this setting will have no affect on nodes whose execution depends on a previous node due to a connection or run dependency; in these cases the dependent nodes in a branch will still be run sequentially regardless of any change to this setting.

See also:

Configuring node container thread limit