max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

Links:

Install Elasticsearch with Docker

Error: 

max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

Solution:

Windows and macOS with Docker Toolbox

The vm.max_map_count setting must be set via docker-machine:

docker-machine ssh
sudo sysctl -w vm.max_map_count=262144

 

posted @ 2017-11-21 10:25  niaomingjian  阅读(1833)  评论(0编辑  收藏  举报