Skip to content

Commit 8958e6f

Browse files
authored
Updating Elasticsearch settings
1 parent 1ab9816 commit 8958e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ NODE_TAG=12.13.1-alpine3.10
4848
NODE_PORT=3000
4949

5050
#Elasticsearch
51-
ELASTICSEARCH_TAG=7.5.1
51+
ELASTICSEARCH_TAG=7.6.1
5252
ELASTICSEARCH_REST_PORT=9200
5353
ELASTICSEARCH_NODE_PORT=9300
54-
ES_JAVA_OPTS="ES_JAVA_OPTS=-Xms512m -Xmx512m"
54+
ES_JAVA_OPTS="ES_JAVA_OPTS=-Xmx1024m -Xms1024m"
5555
BOOTSTRAP_MEMORY_LOCK=bootstrap.memory_lock=true
5656
DISCOVERY_TYPE=discovery.type=single-node
5757
ELASTICSEARCH_NODE_NAME_MASTER=node.name=es-drupal-master

0 commit comments

Comments
 (0)