Errors
[2]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
Solution
To make it persistent, you can add this line:
$ sudo vi /etc/sysctl.conf
vm.max_map_count=262144
$ sudo sysctl -p
Latest posts by Rajesh Kumar (see all)
- Gradle versions, their supported Java versions, and unsupported Java versions - December 23, 2024
- An Introduction of GitLab Duo - December 22, 2024
- Best Hospitals for affordable surgery for medical tourism - December 20, 2024