ISchedulerJob.MinMemory Property

Definition

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

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

Property Value

The minimum amount of memory, in megabytes, that a node must have for the job to run on it.

Applies to