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. Thanks -h
R> help(Memory) or help(gc) tells something about this. -g -----Original Message----- From: Wang, Hui [mailto:Hui_Wang at affymetrix.com] Sent: Tue 3/18/2003 1:20 PM To: r-help at stat.math.ethz.ch Cc: Subject: [R] How to free memory 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. Thanks -h ______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
| 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