ProcessorParkingPolicy Enum

Definition

public enum ProcessorParkingPolicy
type ProcessorParkingPolicy = 
Public Enum ProcessorParkingPolicy
Inheritance
ProcessorParkingPolicy

Fields

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.

Multistep 3

Transition more than 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.

Single 1

Transition only one logical processor at a time between the parked and unparked states.

Applies to