Hi, I want to install Rstudio server. The reason for that is that I want to run R script on this server. In this R script I am loading (working with) very large data with size 1000 Mb. When I run this R script I get memory error. If I run this script on Rstudio server, will I not have this problem? Can Rstudio Serve solve this (memory, size) problem? Thanks! [[alternative HTML version deleted]]
In my opinion, it really depends on the memory size of the machine. Best, KK On Mon, Apr 7, 2014 at 3:01 AM, T Bal <studenttbal@gmail.com> wrote:> Hi, > I want to install Rstudio server. The reason for that is that I want to run > R script on this server. In this R script I am loading (working with) very > large data with size 1000 Mb. When I run this R script I get memory error. > If I run this script on Rstudio server, will I not have this problem? Can > Rstudio Serve solve this (memory, size) problem? > Thanks! > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Qiang Kou qkou@umail.iu.edu School of Informatics and Computing, Indiana University [[alternative HTML version deleted]]
Please read the Posting Guide. RStudio has a support forum of their own, and you should post in plain text. That said, RStudio Server is just a user interface for the R software installed on the server it runs on. This is a great place to ask questions about R, but not about how to add memory to a server. You should try some smaller data sets to get an idea of how much memory you need, and if it is not practical then there are database approaches that can use more disk and less RAM. The drawback is that you usually have to adapt your algorithms to those approaches. --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. On April 7, 2014 12:01:49 AM PDT, T Bal <studenttbal at gmail.com> wrote:>Hi, >I want to install Rstudio server. The reason for that is that I want to >run >R script on this server. In this R script I am loading (working with) >very >large data with size 1000 Mb. When I run this R script I get memory >error. >If I run this script on Rstudio server, will I not have this problem? >Can >Rstudio Serve solve this (memory, size) problem? >Thanks! > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.