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 c61e18b commit fc338e0Copy full SHA for fc338e0
.env.example
@@ -51,7 +51,7 @@ NODE_PORT=3000
51
ELASTICSEARCH_TAG=7.5.1
52
ELASTICSEARCH_REST_PORT=9200
53
ELASTICSEARCH_NODE_PORT=9300
54
-ES_JAVA_OPTS="ES_JAVA_OPTS=-Xms4g -Xmx4g"
+ES_JAVA_OPTS="ES_JAVA_OPTS=-Xms512m -Xmx512m"
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