JobOrderBy.MemoryDesc Property
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.
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.