Fresh new session for rstudio-server

后端 未结 5 1356
时光取名叫无心
时光取名叫无心 2021-02-01 16:03

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 suspend

5条回答
  •  囚心锁ツ
    2021-02-01 16:35

    I have tried the above solutions which didn't work for me. I tried to kill the rsession which is causing the problem. just run this command to find out pid of user session.
    ps -u userid
    Find out the pid that is causing the rsession to stall. Kill that process and you're good to go.

提交回复
热议问题