We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0768b5e commit ee4c9a3Copy full SHA for ee4c9a3
CONTRIBUTING.md
@@ -18,7 +18,7 @@ The process for contributing to any of the Elasticsearch repositories is similar
18
19
3. Ensure a version of Elasticsearch is running on your machine. Recommended "test" configuration is:
20
21
- $> bin/elasticsearch -d -Des.gateway.type=none -Des.http.port=9200 \
+ $> bin/elasticsearch -Des.gateway.type=none -Des.http.port=9200 \
22
-Des.index.store.type=memory -Des.discovery.zen.ping.multicast.enabled=false \
23
-Des.node.bench=true -Des.script.disable_dynamic=false
24
0 commit comments