I am running rstudio-server on a virtualised (vmware-player) ubuntu machine, and processing lots of data into the ram. I find that after some inactivity that the session suspends the data. The problem is that it takes a VERY long time to resume this session and it is making both the host machine and virtual machine lag very badly.
I just want to kill the session and start a new fresh session of rstudio-server, but so far the only way I have found which does this is to reisub
my ubuntu machine. Does anyone know a better solution?
As a side note, I think entering session-timeout-minutes=0
in /etc/rstudio/rsession.conf
as per here should fix the problem of the session suspending.
~/.rstudio
. I renamed/deleted this folder and this loads a new rstudio-server instance. [this page]: support.rstudio.org/help/kb/troubleshooting/… – Lafferty