Skip to content

Commit

Permalink
Merge pull request #147 from pagemachine/compose-elasticsearch-heap-size
Browse files Browse the repository at this point in the history
Increase Compose Elasticsearch heap size
  • Loading branch information
mbrodala authored Nov 1, 2024
2 parents 66677e4 + a17028c commit c3ca44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ services:
elasticsearch:
image: elasticsearch:${ELASTICSEARCH_VERSION:-7.17.22}
environment:
- "ES_JAVA_OPTS=-Xms1m -Xmx4096m"
- ingest.geoip.downloader.enabled=false
- discovery.type=single-node
healthcheck:
Expand Down

0 comments on commit c3ca44e

Please sign in to comment.