Hi all !
I am thinking about having an RStudio Server PRO installed for our users on HPC cluster.
The users can run jobs on that server and eventually launch jobs to SLURM via the Job Launcher.
The first problem is how to store all the users data (R user libraries, projects data, temporary data, suspended sessions data, configurations files etc) outside the users home folders that are on the server file system. There are many users with big datasets, so I would like to have all the data on a NFS mounted storage where space is not a problem.
After reading the docs I am still a bit confused about how it is the best way to achive this.
Is it sufficient to change the RStudio user state directory and the session-default-new-project directory?
Can be the same folder?
The best for my case is to have a configuration where all RStudio data and user library of the user001 goes to for example to /mnt/foo/bar/user001/rstudio
Thanks very much!
Best,
Alberto