• Feedback
  • Hogwarts Legacy linux crash, FIX

Hogwarts Legacy crashes on MaximumSettings VM (Crash mostly during fast travel loading)

Procedure:

  1. Open Terminal
  2. Type in :
    sudo i-
  3. Type your MaximumSettings password that was given to you to connect to your VM
  4. Type in:
    echo "vm.max_map_count=1048576" >> /etc/sysctl.conf
  5. Shutdown virtual machine, and start it up again.

The change should be permanent, but there is no confirmation in the terminal.

To verify (as a confirmation you did it properly) :

  1. Open Terminal
  2. Type in :
    sudo sysctl -p
  3. You should see the new value that was changed previously in the procedure:
    vm.max m a p count = 1048576
Paul stickied the discussion .