Hi, as a new Linux user, and a recently converted Solus user, I've been having a hard time getting to install serveral games on Lutris. Since there aren't many Solus help forums, I'm a bit lost in all the process. As soon as I try to start a game, a message appears saying my limits aren't set properly. I've dug in and executed several commands to fix it:
prlimit --nofile:1000:524288
ulimit -Hn 524288
sudo nano /etc/security/limits.conf and edited the Hard and soft correctly.
in the end I came up with this:
sam@sam ~ $ ulimit -Hn
4096
sam@sam ~ $ sudo -i -u sam
sam@sam ~ $ ulimit -Hn
524288
sam@sam ~ $
I don't know how to fix this.
Please help. Thanks