Load Shedding

ADMISSION.Control
If true, enables admission function on the Mediation server. If false, disables admission control.
The default value is true.
ADMISSION.CalculationTaskRunTime
The number of milliseconds between executions of the admission calculation task. This task performs the calculations to determine which busy level is currently active.
The default value is 100 ms.
ADMISSION.CONTROLLER.MediationRejectThreshold
The threshold for the Mediation server to enter admission control level 1.
The default value is 2000.
ADMISSION.CONTROLLER.MediationRejectClearThreshold
The threshold for the Mediation server to exit admission control level 1.
The default value is 1000.
ADMISSION.CONTROLLER.MediationDropThreshold
The threshold for the Mediation server to enter admission control level 2.
The default value is 4000.
ADMISSION.CONTROLLER.MediationDropClearThreshold
The threshold for the Mediation server to exit admission control level 2.
The default value is 1500.
ADMISSION.NUMCONFIGUREDLEVELS
Mediation server is preconfigured with two busy levels. If this value is set to:
  • -1 – (default) system default (two levels)
  • 1 – only level 1
  • 2 – levels 1 and level 2