Re: [R] memory space

2009-03-18 Thread Levi Waldron
Perhaps: gc() On Wed, Mar 18, 2009 at 8:26 AM, Abelian wrote: > Dear all > when the program is runing, we can realize that the memory size will > be asked more and more.. > Therefore, we could meet the significant problem, such as out off > memory size. > However, even if i rm() some variable

[R] memory space

2009-03-18 Thread Abelian
Dear all when the program is runing, we can realize that the memory size will be asked more and more.. Therefore, we could meet the significant problem, such as out off memory size. However, even if i rm() some variables that i will not use it anymore, the memory size still not enough. By the way,