Szerkesztés

Megosztás a következőn keresztül:


LoadSheddingOptions.MemoryThreshold Property

Definition

Gets or sets the memory utilization, expressed as a value between 0 and 100, at which load shedding begins. Note that this value is in %, so valid values range from 1 to 100, and a reasonable value is typically between 80 and 95. This value is ignored if load shedding is disabled, which is the default.

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

Property Value

Load shedding begins at a memory utilization of 90% by default, if load shedding is enabled.

Applies to