mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
README.md: reduce the recommended max_shards
value according to test results
See https://github.com/prometheus/prometheus/issues/5803#issuecomment-520973662
This commit is contained in:
parent
09fc6e22e5
commit
9d41e0dcae
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ remote_write:
|
|||
- url: http://<victoriametrics-addr>:8428/api/v1/write
|
||||
queue_config:
|
||||
max_samples_per_send: 10000
|
||||
max_shards: 100
|
||||
max_shards: 30
|
||||
```
|
||||
|
||||
Substitute `<victoriametrics-addr>` with the hostname or IP address of VictoriaMetrics.
|
||||
|
|
Loading…
Reference in a new issue