From bfe563c9a2b2317fcbd8da960a95ef675521f9ba Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Tue, 1 Feb 2022 15:52:58 +0100 Subject: [PATCH] Misprint fix Disbles => Disables Signed-off-by: Sergey Nuyanzin --- _opensearch/install/important-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/install/important-settings.md b/_opensearch/install/important-settings.md index 830cd058..999634d4 100644 --- a/_opensearch/install/important-settings.md +++ b/_opensearch/install/important-settings.md @@ -25,7 +25,7 @@ The [sample docker-compose.yml]({{site.url}}{{site.baseurl}}/opensearch/install/ - `bootstrap.memory_lock=true` - Disbles swapping (along with `memlock`). Swapping can dramatically decrease performance and stability, so you should ensure it is disabled on production clusters. + Disables swapping (along with `memlock`). Swapping can dramatically decrease performance and stability, so you should ensure it is disabled on production clusters. - `OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m`