[R] How to free memory

Ott Toomet otoomet at econ.dk
Wed Mar 19 07:51:33 CET 2003


 | From: "Wang, Hui" <Hui_Wang at affymetrix.com>
 | Date: Tue, 18 Mar 2003 13:20:13 -0800
 | 
 | Hi List,
 | 
 | Could anybody give me some tips on how to free up memory in R(after reaching
 | the limit of allocated memory size)? By removing the object using "rm"
 | doesnot seem help much.

Attaching datasets may take quite a lot memory too.  Look at attach()
and detach().

Ott



More information about the R-help mailing list