Edit

Share via


NodeConfiguration.LoadSheddingLimit Property

Definition

The LoadLimit attribute specifies the system load, in CPU%, at which load begins to be shed. 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. If load shedding is enabled and this attribute does not appear, then the default limit is 95%.

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

Property Value

Applies to