Remove typo from ML cluster settings (#3529)
* Remove typo from ML cluster settings * Update cluster-settings.md Change default value
This commit is contained in:
parent
5d2deede9e
commit
32bc0d236e
|
@ -76,17 +76,16 @@ plugins.ml_commons.max_model_on_node: 10
|
|||
|
||||
When returning runtime information with the [profile API]({{site.url}}{{site.baseurl}}/ml-commons-plugin/api#profile), ML Commons will run a regular job to sync newly loaded or unloaded models on each node. When set to `0`, ML Commons immediately stops sync up jobs.
|
||||
|
||||
When returning runtime information with the [profile API]({{site.url}}{{site.baseurl}}/ml-commons-plugin/api#profile), ML Commons will run a regular sync up job to sync up newly loaded or unloaded models on each node. When set to `0`, ML Commons immediately stops sync up jobs.
|
||||
|
||||
### Setting
|
||||
|
||||
```
|
||||
plugins.ml_commons.sync_up_job_interval_in_seconds: 10
|
||||
plugins.ml_commons.sync_up_job_interval_in_seconds: 3
|
||||
```
|
||||
|
||||
### Values
|
||||
|
||||
- Default value: `10`
|
||||
- Default value: `3`
|
||||
- Value range: [0, 86,400]
|
||||
|
||||
## Predict monitoring requests
|
||||
|
|
Loading…
Reference in New Issue