• Ghoelian@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    19
    ·
    edit-2
    23 days ago

    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
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      21 days 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.