forked from TrueCloudLab/frostfs-node
[#145] docs: Add expired object collector params
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
5059dcc19d
commit
7a31988a36
1 changed files with 8 additions and 4 deletions
|
@ -232,12 +232,16 @@ Contains garbage-collection service configuration. It iterates over the blobstor
|
|||
gc:
|
||||
remover_batch_size: 200
|
||||
remover_sleep_interval: 5m
|
||||
expired_collector_batch_size: 500
|
||||
expired_collector_workers_count: 5
|
||||
```
|
||||
|
||||
| Parameter | Type | Default value | Description |
|
||||
|--------------------------|------------|---------------|----------------------------------------------|
|
||||
| `remover_batch_size` | `int` | `100` | Amount of objects to grab in a single batch. |
|
||||
| `remover_sleep_interval` | `duration` | `1m` | Time to sleep between iterations. |
|
||||
| Parameter | Type | Default value | Description |
|
||||
|-----------------------------------|------------|---------------|----------------------------------------------------------|
|
||||
| `remover_batch_size` | `int` | `100` | Amount of objects to grab in a single batch. |
|
||||
| `remover_sleep_interval` | `duration` | `1m` | Time to sleep between iterations. |
|
||||
| `expired_collector_batch_size` | `int` | `500` | Max amount of expired objects to grab in a single batch. |
|
||||
| `expired_collector_workers_count` | `int` | `5` | Max amount of concurrent expired objects workers. |
|
||||
|
||||
### `metabase` subsection
|
||||
|
||||
|
|
Loading…
Reference in a new issue