Published
- 1 min read
Max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
The solution for this is noted below
Max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
Solution
# Execute:
sudo sysctl -w vm.max_map_count=262144
# Execute:
sudo echo 'vm.max_map_count=262144' >> /etc/sysctl.conf
Try other methods by searching on the site. That is if this doesn’t work