[R] memory in R

2004-10-11 Thread yyan liu
Hi: I am doing a MCMC algorithm which is well known to consume much computer memory. And I have a problem everytime I run my R program. It stopped at certain iteration and says can not allocate a vector of 19 kb. It seems that the computer's memory has been exhausted. However, it is said that

RE: [R] memory in R

2004-10-11 Thread Vadim Ogranovich
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of yyan liu Sent: Monday, October 11, 2004 11:55 AM To: [EMAIL PROTECTED] Subject: [R] memory in R Hi: I am doing a MCMC algorithm which is well known to consume much computer memory. And I have a problem everytime I run my R

RE: [R] memory in R

2004-10-11 Thread Prof Brian Ripley
On Mon, 11 Oct 2004, Vadim Ogranovich wrote: Setting A - NULL doesn't immediately release the memory, the memory is actually released in gc(), which R calls for you at some random time. In situations like this I explicitely call gc() and do not wait for R to do this, e.g A - NULL; gc()

Re: [R] memory in R

2004-10-11 Thread Gabor Grothendieck
yyan liu zhliur at yahoo.com writes: : : Hi: : I am doing a MCMC algorithm which is well known to : consume much computer memory. And I have a problem : everytime I run my R program. It stopped at certain : iteration and says can not allocate a vector of 19 : kb. : It seems that the computer's

Re: [R] memory in R

2004-01-16 Thread Uwe Ligges
Raphael Schoenle wrote: Hi, How can I assign memory in R? My simulations are very slow. What do you mean with assign memory in R? You might want to optimize your code... Uwe Ligges Thanks!, -R [[alternative HTML version deleted]] __ [EMAIL

Re: [R] memory in R

2004-01-16 Thread Spencer Graves
this helps. spencer graves Uwe Ligges wrote: Raphael Schoenle wrote: Hi, How can I assign memory in R? My simulations are very slow. What do you mean with assign memory in R? You might want to optimize your code... Uwe Ligges Thanks!, -R [[alternative HTML version deleted

[R] memory in R

2004-01-15 Thread Raphael Schoenle
Hi, How can I assign memory in R? My simulations are very slow. Thanks!, -R [[alternative HTML version deleted]] __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http