From 3aee7751b311565ef7a3c721648b7be09fac91da Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 1 Jun 2022 14:55:54 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: small clarification about custom cache size tuning --- README.md | 2 +- docs/README.md | 2 +- docs/Single-server-VictoriaMetrics.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b67135d65..802405aba 100644 --- a/README.md +++ b/README.md @@ -1538,7 +1538,7 @@ from the allowed size by type. If the percentage is below 100%, then no further Please note, default cache sizes were carefully adjusted accordingly to the most practical scenarios and workloads. Change the defaults only if you understand the implications -and vmstorage has enough free memory to accommodate the new size. +and vmstorage has enough free memory to accommodate new cache sizes. To override the default values see command-line flags with `-storage.cacheSize` prefix. See the full description of flags [here](#list-of-command-line-flags). diff --git a/docs/README.md b/docs/README.md index b67135d65..802405aba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1538,7 +1538,7 @@ from the allowed size by type. If the percentage is below 100%, then no further Please note, default cache sizes were carefully adjusted accordingly to the most practical scenarios and workloads. Change the defaults only if you understand the implications -and vmstorage has enough free memory to accommodate the new size. +and vmstorage has enough free memory to accommodate new cache sizes. To override the default values see command-line flags with `-storage.cacheSize` prefix. See the full description of flags [here](#list-of-command-line-flags). diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index d44574ad7..ca4002c27 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -1542,7 +1542,7 @@ from the allowed size by type. If the percentage is below 100%, then no further Please note, default cache sizes were carefully adjusted accordingly to the most practical scenarios and workloads. Change the defaults only if you understand the implications -and vmstorage has enough free memory to accommodate the new size. +and vmstorage has enough free memory to accommodate new cache sizes. To override the default values see command-line flags with `-storage.cacheSize` prefix. See the full description of flags [here](#list-of-command-line-flags).