doc: fix typo

This commit is contained in:
THARAK HEGDE 2023-07-05 04:31:18 +05:30 committed by GitHub
parent 4fba5f9312
commit 1584390f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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