From 9d41e0dcae10341dbdbde338c712155a1eb726f6 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 13 Aug 2019 22:33:04 +0300 Subject: [PATCH] README.md: reduce the recommended `max_shards` value according to test results See https://github.com/prometheus/prometheus/issues/5803#issuecomment-520973662 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a8a5dc95..f90a3f12b 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ remote_write: - url: http://:8428/api/v1/write queue_config: max_samples_per_send: 10000 - max_shards: 100 + max_shards: 30 ``` Substitute `` with the hostname or IP address of VictoriaMetrics.