integrate changes from rawmind0, use optional sysctl container to set max_map_count on hosts

This commit is contained in:
Dominic Werner
2017-05-11 14:21:44 +02:00
parent 6f9fbae82f
commit 39d094f15f
3 changed files with 34 additions and 6 deletions
+1 -5
View File
@@ -2,8 +2,4 @@
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`
WARN: To avoid vm.max_map_count errors you could set "Update host sysctl" to true. Then param vm.max_map_count will be update to 262144 if it's less in your hosts.