Arch Linux Increasing Its vm.max_map_count To Help Steam Play Games & Other Software

mr_MADAFAKA@lemmy.ml to Linux Gaming@lemmy.ml – 105 points –
phoronix.com
9

You are viewing a single comment

there are a few Windows games running on Linux via Steam Play (Proton), that [the previous vm.max_map_count] limit can actually be exceeded -- DayZ, Hogwarts Legacy, Counter Strike 2, and other games.

Sounds good, especially if Ubuntu, Fedora, and other distros have already made this change. Are there any downsides to raising this value?

Not really it seems. Steam has raised it to the MAX_INT - 5, Fedora originally planned to do so to but held off after concerns from engineers that it could lead to situations where having too much mapped would lead to the kernel killing other processes to solve OOM situations so they settled on the number that has now also been adapted by Arch. At least, according to another Phoronix article.

Steam has raised it to the MAX_INT - 5

Now I'm interested where the 5 comes from.

I wonder too!

I'm betting on trial and error. Probably has a mysterious comment in the code, as a warning to other.

Source: I develop software and find these things are either deeply researched and analyzed scientific theory, or the result of guesswork and trial and error. At a ratio of about 95% and 5% respectively.

So deeply researched was set at MAX_PERCENT - 5 ?

1 more...