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

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...

I know it's not the same thing, but this kinda reminds me of the old GDI object limit in Windows which had an upper limit of 65,536. If you reached that limit your system would start exhibiting all sorts of weird glitches, including not being able to launch any apps even if you had plenty of free RAM.