s-news
[Top] [All Lists]

Memory Problem?

To: s-news@lists.biostat.wustl.edu
Subject: Memory Problem?
From: "Li, Qishan" <qishan@email.arizona.edu>
Date: Fri, 16 Nov 2001 10:48:40 -0700
In-reply-to: <3AD79C980000B6B6@deimos.email.Arizona.EDU>
User-agent: UofA Webmail
Dear s-newsers:
 
I should be grateful for suggestions on how to solve the following problem:

The file I am using is something like
--------------
v1 <- 10.0
#
for (i in 1:9)
{
# do something here
}
print(v1)
--------------

When I use my home PC to compute, I need 2-3 hrs for the first two points
(say i=1 and i=2). But, I need to run 3hrs to get the 3rd point, and even
more time for the 4th point. I never get the 4th point becuase I do not want
to wait and I have to stop the program. 

I quit Splus and run Splus again. This time, I compute the 4th point (i in
4:4) only. It takes me only 1-2 hrs. 

I think there maybe a memory problem. But, I could not figure out. 
Many thanks.

Qishan Li




<Prev in Thread] Current Thread [Next in Thread>