help, session aborted

Hi, I am having a problem with R studio.
Whenever I tried to execute library command to predict some values, R session aborted suddenly. My instant guess for the cause of this abort is because I run heavy data frame with over 300,000 cells. I tried to reinstall latest version R studio and restart everything, but failed to solve. Is this right? Does anyone know how to solve this issue?

It is hard to tell for sure because you are not giving any specific information about your setup and code but very likely you are running out of RAM memory. The dataset doesn't seem too big but this is relative and some model training algorithms are very memory intensive. If you want specific help with this, try to provide a concrete example of your task at hand, ideally, try to provide a proper REPRoducible EXample (reprex) illustrating your issue.

Thank you, if RAM is likely to cause this issue. I am trying to solve this issue by running on R Studio Server.

Have in mind that even if the server running RStudio had a lot of RAM memory your user might not have access to all of it depending on your specific setup.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.