Elasticseacrch max virtual memory areas
[WARN ][o.e.b.BootstrapChecks ] [08Bw_GA] max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
Решение
Insert the new entry into the /etc/sysctl.conf file with the required parameter:
vm.max_map_count = 262144
it make changes permanent
Also run:
sysctl -w vm.max_map_count=262144
change current state of kernel