Misprint fix

Disbles => Disables

Signed-off-by: Sergey Nuyanzin <sergey.nuyanzin@aiven.io>
This commit is contained in:
Sergey Nuyanzin 2022-02-01 15:52:58 +01:00 committed by Sergey Nuyanzin
parent 10739b98dc
commit bfe563c9a2
No known key found for this signature in database
GPG Key ID: 1596BBF0726835D8
1 changed files with 1 additions and 1 deletions

View File

@ -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`