ISchedulerJob.MaxMemory Property

Definition

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

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

Property Value

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

Applies to