Reset-LocalNodeMaxConcurrentTaskPolicy
Synopsis
Resets the policy that is used to determine the maximum number of tasks that the node will run at once.
Syntax
Reset-LocalNodeMaxConcurrentTaskPolicy
Detailed Description
The Reset-LocalNodeMaxConcurrentTaskPolicy command resets the node's maximum concurrent tasks policy (which determines the maximum number of concurrent tasks that the node will run) to Automatic.
Laserfiche Distributed Computing Cluster currently supports three policies for setting the maximum number of concurrent tasks:
- - Automatic: The Automatic policy uses a number that the service estimates will maximize throughput.
- - NumberOfCoresOnNode: The NumberOfCoresOnNode policy uses the number of cores on the machine.
- - ExplicitNumber: The ExplicitNumber policy uses a user specified number.
Inputs
None
You cannot pipe input to this function.
Outputs
None
This function does not return any output.
Examples
Example 1
This command resets the node's max concurrent task policy.
PS C:\> Reset-LocalNodeMaxConcurrentTaskPolicy