# 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<**u32**> | The number of successive limit breaches after which the node is considered to be under duress. Default is 3 | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)