Edit

Share via


JobOrderBy.MemoryAsc 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 ascending order.

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

Property Value

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

Applies to