Hogwarts Legacy crashes on MaximumSettings VM (Crash mostly during fast travel loading)
Procedure:
- Open Terminal
- Type in :
sudo i-
- Type your MaximumSettings password that was given to you to connect to your VM
- Type in:
echo "vm.max_map_count=1048576" >> /etc/sysctl.conf
- 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) :
- Open Terminal
- Type in :
sudo sysctl -p
- You should see the new value that was changed previously in the procedure:
vm.max m a p count = 1048576