Comment on Deadlock from Valve may need this quick-fix on Linux
luciferofastora@lemmy.zip 2 months ago
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 with sudo 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.