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)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024