码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-11-21 14:44:58      阅读:429      评论:0      收藏:0      [点我收藏+]

标签:error   imp   ret   err   lang   mod   arc   virt   win   

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

 

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

标签:error   imp   ret   err   lang   mod   arc   virt   win   

原文地址:http://www.cnblogs.com/niaomingjian/p/7871935.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!