Skip to content

UI.modern.extra_search_cpu_count_percentage

Limit the percentage of processors extra searches can use per search.

Key: ui.modern.extra_search_cpu_count_percentage
Type: Double
Can be set in: profile.cfg, collection.cfg

Description

This limits the concurrency of extra searches to a percentage of the available cores. For example if the machine has 4 processors and this is set to '75' then a single search can execute at most 3 extra searches concurrently. The value is always rounded down if set to '99' on a 4 core machine we will use 3 processors.

A minimum of 1 processor will always be used.

Default Value

ui.modern.extra_search_cpu_count_percentage=100

Use all of the available processors.

Examples

Use 50% of the available processors:

ui.modern.extra_search_cpu_count_percentage=50

Use all but one of the processors (on a machine with 100 or less processors):

ui.modern.extra_search_cpu_count_percentage=99

Uses 1 processors for extra searches no matter how many processors the machine has.

ui.modern.extra_search_cpu_count_percentage=0

See Also

top

Funnelback logo
v15.24.0