LoadSheddingOptions.MemoryThreshold 属性

定义

获取或设置内存利用率,表示为 和 100之间的0值,从中开始卸载负载。 请注意,此值以 %为单位,因此有效值范围为 1 到 100,合理的值通常介于 80 到 95 之间。 如果禁用了负载卸载(默认值),则忽略此值。

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

属性值

如果启用了负载卸载,则默认情况下从 90% 的内存利用率开始执行负载卸载。

适用于