Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 798 Bytes

NodeDuressSettings.md

File metadata and controls

13 lines (8 loc) · 798 Bytes

NodeDuressSettings

Properties

Name Type Description Notes
cpu_threshold Option<f64> The CPU usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.9 [optional]
heap_threshold Option<f64> The heap usage threshold (as a percentage) required for a node to be considered to be under duress. Default is 0.7 [optional]
num_successive_breaches Option<i32> The number of successive limit breaches after which the node is considered to be under duress. Default is 3 [optional]

[Back to Model list] [Back to API list] [Back to README]