Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 647 Bytes

NodeDuressSettings.md

File metadata and controls

15 lines (7 loc) · 647 Bytes

NodeDuressSettings

Properties

Name Type Description Notes
cpuThreshold BigDecimal The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9 [optional]
heapThreshold BigDecimal The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7 [optional]
numSuccessiveBreaches Integer The number of successive limit breaches after which the node is considered to be under duress. Default is 3 [optional]