When I use Ryujinx I get the error "Max amount of memory mappings is lower then the recommended" this is solved by going into the terminal and typing
Code:
sudo sysctl -w vm.max_map_count=524288
Sadly, if I have rebooted the system I need to type this in again and wanted to know is there a permanent fix.
Thanks in advance.