LoadSheddingOptions
class
Namespace: Orleans.Configuration
Options relating to load shedding.
public class LoadSheddingOptionsConstructors
Properties
CpuThresholdGets or sets the CPU utilization, expressed as a value between0and100, 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.LoadSheddingEnabledGets or sets a value indicating whether load shedding in the client gateway and stream providers is enabled. The default value isfalse, meaning that load shedding is disabled.LoadSheddingLimitGets or sets the CPU utilization, expressed as a value between0and100, 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.MemoryThresholdGets or sets the memory utilization, expressed as a value between0and100, 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.
