You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nicolai Mueller edited this page Aug 27, 2024
·
1 revision
Type
String
Default
1
Description
Specifies the maximum number of threads that PROLEAD can utilize for parallel processing. Users can configure the number of threads either by specifying an exact number or by selecting a relative proportion based on the total number of threads available on the system. The following options are supported:
all: Use all available threads
half: Use half of the available threads
third: Use one third of the available threads
quarter: Use one fourth of the available threads
Impact
Increasing the thread count may improve performance on systems with multiple cores. However, this can lead to higher memory usage and potential contention for CPU resources.