R uses memory. That may lead to large virtual memory allocation, with a consequently large paging file. Managing paging files is an operating-system-specific system administration skill, not an R issue.
Depending on the algorithms you are using in R, you may be able to pick more memory efficient methods, but preventing any runaway process from bringing the server to its knees is sysadmin work. --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnew...@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. Suphajak Ngamlak <supha...@phatrasecurities.com> wrote: >Could anyone please point me to the location of the temp memory that R >occupy in Window Server 2008 R2? >After we finished running many R codes, our server memory (C: drive) >become full and currently our only solution is to restart server. >We would really appreciate if anyone can suggest how we can clear the >occupied memory without restarting. > > >Best Regards, >Suphajak Ngamlak > >______________________________________________ >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. ______________________________________________ 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.