Hi everyone,
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:
ERROR Error reading /etc/rstudio/rserver.conf: unrecognised option 'rsession-exec-command'; LOGGED FROM: rstudio::core::ProgramStatus rstudio::core::program_options::read(const rstudio::core::program_options::OptionsDescription&, int, char* const*, std::vector<std::basic_string<char> >*, bool*, bool) /home/ubuntu/rstudio/src/cpp/core/ProgramOptions.cpp:152
Am I missing something glaring here, or has this setting been removed?
Thanks in advance!