I am using rpy2.0.8 on windows and finding that the following script keeps taking memory as it processes the loop. since the call to rnorm is never assigned, i'm not sure how to release the memory? Is this a bug in 2.0.8? Any suggestions would be helpful.
import os os.environ['R_HOME'] = 'C:/Users/anup/Documents/red/develop/R/R-2.9.2' import rpy2.robjects as rpy2 for x in range(20): rpy2.r('rnorm(50000000)') rpy2.r('gc()') Thanks, Anup ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list