From 1584390f909297e938a62fd4d4cfe385acebdc3f Mon Sep 17 00:00:00 2001 From: THARAK HEGDE <120558797+captainhaddock18@users.noreply.github.com> Date: Wed, 5 Jul 2023 04:31:18 +0530 Subject: [PATCH] doc: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76fc417075..91ecddd39e 100644 --- a/README.md +++ b/README.md @@ -411,7 +411,7 @@ variable, allowing the user to adjust the amount of memory that can be used by e | Elasticsearch | ES_JAVA_OPTS | | Logstash | LS_JAVA_OPTS | -To accomodate environments where memory is scarce (Docker Desktop for Mac has only 2 GB available by default), the Heap +To accommodate environments where memory is scarce (Docker Desktop for Mac has only 2 GB available by default), the Heap Size allocation is capped by default in the `docker-compose.yml` file to 512 MB for Elasticsearch and 256 MB for Logstash. If you want to override the default JVM configuration, edit the matching environment variable(s) in the `docker-compose.yml` file.