Skip to content

Commit 262816b

Browse files
committed
[es] Add note about increasing mmap count
1 parent e44d27c commit 262816b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

elasticsearch/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
This Docker image provides an easily configurable Elasticsearch node. Via port mappings, it is easy to create an arbitrarily sized cluster of nodes. As long as the versions match, you can mix-and-match "real" Elasticsearch nodes with container-ized ones.
22

3+
# NOTE for use on Linux hosts
4+
5+
Elasticsearch 5.x requires that the virtual memory mmap count is set sufficiently for stable,
6+
production use. [Refer to this guide for more information](https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html).
7+
38
# Basic Usage
49

510
To start an Elasticsearch data node that listens on the standard ports on your host's network interface:

0 commit comments

Comments
 (0)