add readme note for max_map_count

This commit is contained in:
Dominic Werner 2017-05-11 12:29:56 +02:00
parent b343bcfb34
commit 6f9fbae82f

View File

@ -1,3 +1,9 @@
# Elasticsearch Cluster
A scalable Elasticsearch cluster
## Notes
You have to set vm.max_map_count to atleast 262144 on each of the hosts that will run Elasticsearch!
To do so run `sudo sysctl -w vm.max_map_count=262144`