Skip to content

Commit 0e7f7bf

Browse files
authored
Merge pull request #778 from infosiftr/elastic-vm-max-map
Add upstream quote about elastic 5.x vm.max_map_count check
2 parents f4e634a + 4d298d9 commit 0e7f7bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

elasticsearch/content.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ See the following sections of the upstream documentation for more information:
2121
- [Setup Elasticsearch » Important System Configuration » Virtual memory](https://www.elastic.co/guide/en/elasticsearch/reference/5.0/vm-max-map-count.html)
2222
- [Setup Elasticsearch » Bootstrap Checks » Maximum map count check](https://www.elastic.co/guide/en/elasticsearch/reference/5.0/_maximum_map_count_check.html)
2323

24+
This [comment in elastic/elasticsearch#4978](https://github.com/elastic/elasticsearch/issues/4978#issuecomment-258676104) shows why this change was added in upstream. Production mode is when listening on non-localhost.
25+
26+
> Elasticsearch will not start in production mode if `vm.max_map_count` is not high enough. [...] If the value on your system is NOT high enough, then your cluster is going to crash and burn at some stage and you will lose data.
27+
2428
## Running Containers
2529

2630
You can run the default `elasticsearch` command simply:

0 commit comments

Comments
 (0)