QuestionQ151

Platform Knowledge

For the DigitizeDocument activity, which value should be assigned to the DegreeofParallelism property in order to make use of the maximum number of logical processors available on the machine?

Explanation

In the DigitizeDocument activity, the DegreeOfParalelism property controls how many document pages are processed in parallel. Setting this property to -1 instructs the activity to use the number of cores on the machine minus one, effectively maximizing the use of available logical processors for parallel page analysis. This is also the documented default value for the property, and it dynamically scales to the machine's actual processor count rather than being limited to a small fixed number like 1 or 2.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!