Skip to content

Commit

Permalink
Reduce elastic memory to 1024MB
Browse files Browse the repository at this point in the history
  • Loading branch information
rjurney committed Oct 26, 2021
1 parent 71999d5 commit 716a504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
cluster.name: "es-docker"
discovery.type: single-node
node.name: "elastic"
ES_JAVA_OPTS: "-Xms2048m -Xmx2048m"
ES_JAVA_OPTS: "-Xms1024m -Xmx1024m"
ports:
- "9200:9200"
ulimits:
Expand Down

0 comments on commit 716a504

Please sign in to comment.