this post was submitted on 10 Apr 2024
50 points (100.0% liked)
Linux Gaming
15312 readers
6 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can temporarily set it using
sudo sysctl -w vm.max_map_count=1048576
. How to permanently set the value will vary depending on the distro. iirc on debian and fedora, you can create a file under/etc/sysctl.d/
directory with contentvm.max_map_count=1048576
Thanks, very useful. 👍