From 57f4875024bab3d6195ce79854bcf5022d233fc4 Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Thu, 9 Jan 2020 21:41:52 +0000 Subject: [PATCH] fix spellcheck issues (#285) --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4c4cd9c58..8e40e63fa 100644 --- a/README.md +++ b/README.md @@ -627,7 +627,7 @@ A rough estimation of the required resources for ingestion path: * RAM size: less than 1KB per active time series. So, ~1GB of RAM is required for 1M active time series. Time series is considered active if new data points have been added to it recently or if it has been recently queried. The number of active time series may be obtained from `vm_cache_entries{type="storage/hour_metric_ids"}` metric - exproted on the `/metrics` page. + exported on the `/metrics` page. VictoriaMetrics stores various caches in RAM. Memory size for these caches may be limited by `-memory.allowedPercent` flag. * CPU cores: a CPU core per 300K inserted data points per second. So, ~4 CPU cores are required for processing @@ -708,7 +708,7 @@ There is no downsampling support at the moment, but: - VictoriaMetrics has good compression for on-disk data. See [this article](https://medium.com/@valyala/victoriametrics-achieving-better-compression-for-time-series-data-than-gorilla-317bc1f95932) for details. -These properties reduce the need in downsampling. We plan to implement downsampling in the future. +These properties reduce the need of downsampling. We plan to implement downsampling in the future. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/36) for details. @@ -753,14 +753,14 @@ For example, substitute `-graphiteListenAddr=:2003` with `-graphiteListenAddr=