Running roon on Linux Ubuntu 18.04 as a user (not as root)

Yeah, now you can try to raise the soft limit as user roon in a shell session with this command:

sudo su -s /bin/sh -c 'ulimit -n 8192' roon

If you don’t get an error, then try to run the check.sh script with the same command I used in my tutorial above.

1 Like