ProcessorParkingPolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ProcessorParkingPolicy
type ProcessorParkingPolicy =
Public Enum ProcessorParkingPolicy
- Inheritance
-
ProcessorParkingPolicy
Fields
Name | Value | Description |
---|---|---|
Ideal | 0 | Transition logical processors between the parked and unparked states such that the utilization is kept near the middle of the max and min thresholds. |
Single | 1 | Transition only one logical processor at a time between the parked and unparked states. |
Rocket | 2 | Transition all logical processors to the parked state or unparked state at the same time. |
Multistep | 3 | Transition more than one logical processor at a time between the parked and unparked states. |