Replies: 2 comments 3 replies
-
I refreshed the R Studio server browser page and closed out my script in 2 seconds and now it's not frozen.....I have no idea why that worked but it solves my problem in the meantime. |
Beta Was this translation helpful? Give feedback.
3 replies
-
In regular R Studio, in Settings you can tell it not to try re-opening prior scripts, data etc. when restarting.(ie starting fresh) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to clear the R Studio server cache so it doesn't load any script/data that's causing it to freeze?
A new entry in my R Studio server saga...
I am running this R Markdown script on the R Studio server. I set up the Singularity session with this script. I started the following code chunk yesterday afternoon:
I checked the R Studio server this morning and the chunk finished running! However, the R Studio server page itself was frozen, and I was unable to interact with the server at all. This is similar to something I mentioned with the emu and roadrunner R studio servers in this discussion. I closed my SSH tunnel, reopened it, and ran into the same issue. I also cancelled by SLURM script, ran it again, and opened a new tunnel, but I kept getting the following error message:
I've tried pressing "Wait", "Exit Page", and doing nothing. No matter what, I'm kicked out of the session:
If I could open a new R Studio server session that didn't try loading my R Markdown script and packages when opening, I could load my saved data and keep moving forward (perhaps just by calling an R script in a SLURM script...). How do I do this?
Beta Was this translation helpful? Give feedback.
All reactions