Edit

Share via


JobOrderBy.MemoryDesc Property

Definition

Retrieves an object that defines a preference for using the amount of memory on a node when generating the list of nodes on which the job is scheduled. The list is sorted in descending order.

public static Microsoft.Hpc.Scheduler.Properties.JobOrderBy MemoryDesc { get; }
member this.MemoryDesc : Microsoft.Hpc.Scheduler.Properties.JobOrderBy
Public Shared ReadOnly Property MemoryDesc As JobOrderBy

Property Value

A JobOrderBy object that defines a preference for scheduling the job on nodes with the most amount of memory first.

Applies to