How to start rstudio-server (free), as service with an ulimit-flag?

How to start rstudio-server (free), as service with a specific ulimit-flag on Ubuntu 20.x?

You should be able to do this by modifying the systemd service config for your rstudio-server service.

This topic shows an example of how to set the umask for rstudio-server:

RStudio Server Linux - file permissions

The ulimit could be set in a similar fashion by using the appropriate key in place of 'UMask', though off hand I don't know what that would be for your specific case .

This stackexchange thread has a nice compact list of the possibilities (but check the docs for your system):

https://unix.stackexchange.com/questions/345595/how-to-set-ulimits-on-service-with-systemd

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.