Skip to content

Commit

Permalink
More work
Browse files Browse the repository at this point in the history
  • Loading branch information
kibook committed Apr 9, 2024
1 parent e35327a commit 509bf60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<listItemDefinition>
<para>Specifies the number of parallel threads to use for object validation. <verbatimText>x</verbatimText> represents the number of threads used to iterate over the list of objects. <verbatimText>y</verbatimText> represents the number of threads used to check each individual object. If both are specified, this means that in total <verbatimText>x * y</verbatimText> threads will be created. When either is unspecified, the default value is 1.</para>
<para>The numbers chosen typically will depend on the number of CPU cores available, how many objects are being validated, and the complexity of the applicability in the objects. Generally, the total number of threads (<verbatimText>x * y</verbatimText>) should not exceed the number of available cores. If you are validating a large number of objects with relatively little applicability, then <verbatimText>x</verbatimText> should be greater than <verbatimText>y</verbatimText>. On the other hand, if you are validating a small number of objects with complex applicability, then <verbatimText>y</verbatimText> should be greater than <verbatimText>x</verbatimText>. When validating a single object, <verbatimText>x</verbatimText> should always be 1.</para>
<para>Benchmarks should be performed to find the optimal combination for a given dataset.</para>
<para>Benchmarks should be performed to find the combination that is the best for your hardware and data.</para>
</listItemDefinition>
</definitionListItem>
<definitionListItem>
Expand Down

0 comments on commit 509bf60

Please sign in to comment.