From 881dc29ef87d0c73ae229181047c401d8e5b94fd Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 21 Jun 2023 21:38:56 -0700 Subject: [PATCH] docs/VictoriaLogs/README.md: typo fix --- docs/VictoriaLogs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VictoriaLogs/README.md b/docs/VictoriaLogs/README.md index 75bada618..b588b2bfd 100644 --- a/docs/VictoriaLogs/README.md +++ b/docs/VictoriaLogs/README.md @@ -12,7 +12,7 @@ It provides the following key features: see [LogsQL docs](https://docs.victoriametrics.com/VictoriaLogs/LogsQL.html). - VictoriaLogs can be seamlessly combined with good old Unix tools for log analysis such as `grep`, `less`, `sort`, `jq`, etc. See [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) for details. -- VictoriaLogs capacity and performance scales lineraly with the available resources (CPU, RAM, disk IO, disk space). +- VictoriaLogs capacity and performance scales linearly with the available resources (CPU, RAM, disk IO, disk space). It runs smoothly on both Raspberry PI and a server with hundreds of CPU cores and terabytes of RAM. - VictoriaLogs can handle much bigger data volumes than ElasticSearch and Grafana Loki when running on comparable hardware. See [these docs](#benchmarks).