• Fubarberry
    link
    fedilink
    English
    281 month ago

    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?

    • @breakingcups@lemmy.world
      link
      fedilink
      101 month ago

      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.

        • @MajorHavoc@programming.dev
          link
          fedilink
          4
          edit-2
          1 month ago

          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.

  • @d3Xt3r@lemmy.nz
    link
    fedilink
    4
    edit-2
    1 month ago

    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.