I am trying to follow the steps in the RStudio Server Professional Edition documentation and am having some trouble. It is running on Ubuntu 18.04.1 server, rstudio-server 1.1.456.
I would like for scripts to be run at a different priority. According to the documentation, I should be able to use the rsession-exec-command setting in /etc/rstudio/rserver.conf. I even used the same line as in the config file:
rsession-exec-command=nice -n 10
However, when I add this command, the rstudio-server service fails to restart. Checking the rstudio-server systemctl log shows the following:
The "Program Supervisors" feature described in the documentation is only available in RStudio Server Pro, which is why you are seeing the error that it is an unrecognized option in the open-source version.
And you can download and install an evaluation version of RStudio Server Pro from https://www.rstudio.com/products/rstudio-server-pro/ to configure this and other settings that are only available in the Pro version.
Note that for qualified institutions we have discounted licenses of RStudio commercial products per our Academic Pricing Policy.
And you can install and configure RStudio Server Pro with a 45-day evaluation in the mean time to make sure things are working in your environment as you expect.