Keep getting "The previous R session was abnormally terminated due to an unexpected crash"

If you have access to the IDE in cloud you can restart or terminate the session through the session menu.

session%20menu

You also have terminal access to the container through the IDE and can delete or move your .rstudio files manually (if that's the problem).

moving%20rstudio%20directory%20contents

The project is coming up in our logs as hitting memory limit (1GB) on the container 15 times in the last 2 days. So I would guess that generating the histogram and displaying it is consuming too much memory - which then generates the error message when the rsession crashes.

Sean

2 Likes