this post was submitted on 27 Aug 2024
40 points (100.0% liked)

Deadlock

357 readers
1 users here now

A Lemmy community for the upcoming Valve Corporation game Deadlock

founded 1 month ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Ghoelian@lemmy.dbzer0.com 19 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

You might need a higher vm.max_map_count.

Temporary fix: sudo sysctl -w vm.max_map_count=1048576

Permanent fix:

edit the "/etc/sysctl.conf" file or "/etc/sysctl.d" depending on your distribution, add "vm.max_map_count=1048576"

and run sudo sysctl -p

That's the entire article, basically.

[โ€“] unexposedhazard@discuss.tchncs.de 2 points 3 weeks ago* (last edited 3 weeks ago)

Common issue/fix, lots of distros fixed this in their latest releases already, but i guess some are still not up to date. The Finals for example needed the same thing.