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
@@ -11,6 +11,18 @@
description: "Name of the Elasticsearch Cluster"
default: "es-cluster"
- variable: "UPDATE_SYSCTL"
label: "Update host sysctl:"
description: |
Set true to avoid vm.max_map_count errors.
WARN: If set true, host param vm.max_map_count will be update to 262144.
default: false
required: true
type: enum
options:
- false
- true
- variable: "master_heap_size"
type: "string"
required: true