- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
You must log in or register to comment.
To save you a click: Crashes on connecting with servers may be related to the default
vm.max_map_count
being too low. You can increase it temporarily withsudo sysctl -w vm.max_map_count=1048576
or permanently set that value in your “/etc/sysctl.conf” file or “/etc/sysctl.d” depending on your distribution.