> * Milan Bouchet-Valat <anyvzv...@pyho.se> [2012-02-29 18:18:50 +0100]: > > I think you're simply hitting a (terrible) OS limitation. Linux is > very often not able to reclaim the memory R has used because it's > fragmented. The OS can only get the pages back if nothing is above > them, and most of the time there is data after the object you > remove. I'm not able to give you a more precise explanation, but > that's apparently a known problem and that's hard to fix.
compacting garbage collector is our best friend! -- Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000 http://www.childpsy.net/ http://iris.org.il http://www.memritv.org http://ffii.org http://honestreporting.com http://jihadwatch.org To a Lisp hacker, XML is S-expressions with extra cruft. ______________________________________________ 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.