I am a new R user with the latest Ubuntu release. My executions consume large amount of memory (up to 1.6 GB). When I try to release the memory using "rm(list=ls())", R still occupies 1.6GB. (I also tried to use rm on the specific arrays which I know to be large). What could be the reason for that?
BTW I am using the randomForest package. Thanks -- View this message in context: http://n4.nabble.com/release-memory-tp1473643p1473643.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.