Edit

Share via


SchedulerJob.MinCoresPerNode Property

Definition

Retrieves or sets the minimum number of cores that a node must have for the job to run on it.

public int MinCoresPerNode { get; set; }
member this.MinCoresPerNode : int with get, set
Public Property MinCoresPerNode As Integer

Property Value

The minimum number of processors on a node that the job requires. The default is 1.

Implements

Applies to