0
点赞
收藏
分享

微信扫一扫

Docker Desktop 解决运行elasticsearch时出现的max virtual memory areas vm.max_map_count [65530] is too low异常


问题描述

​Docker Desktop​​​ 容器运行​​elasticsearch​​​提示: ​​max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]​

解决方案

wsl -d docker-desktop
sysctl -w vm.max_map_count=262144
exit



举报

相关推荐

0 条评论