We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab9816 commit 8958e6fCopy full SHA for 8958e6f
.env.example
@@ -48,10 +48,10 @@ NODE_TAG=12.13.1-alpine3.10
48
NODE_PORT=3000
49
50
#Elasticsearch
51
-ELASTICSEARCH_TAG=7.5.1
+ELASTICSEARCH_TAG=7.6.1
52
ELASTICSEARCH_REST_PORT=9200
53
ELASTICSEARCH_NODE_PORT=9300
54
-ES_JAVA_OPTS="ES_JAVA_OPTS=-Xms512m -Xmx512m"
+ES_JAVA_OPTS="ES_JAVA_OPTS=-Xmx1024m -Xms1024m"
55
BOOTSTRAP_MEMORY_LOCK=bootstrap.memory_lock=true
56
DISCOVERY_TYPE=discovery.type=single-node
57
ELASTICSEARCH_NODE_NAME_MASTER=node.name=es-drupal-master
0 commit comments