Re: [R] Does R accumulate memory

2005-01-09 Thread Prof Brian Ripley
On Sat, 8 Jan 2005, Duncan Murdoch wrote: On Sat, 8 Jan 2005 16:38:31 -0500, Doran, Harold [EMAIL PROTECTED] wrote: I am running into a memory issue that I haven't noticed before. I am running a simulation with all of the code used below. I have increased my memory to 712mb and have a total of 1

[R] Does R accumulate memory

2005-01-08 Thread Doran, Harold
Dear List: I am running into a memory issue that I haven't noticed before. I am running a simulation with all of the code used below. I have increased my memory to 712mb and have a total of 1 gb on my machine. What appears to be happening is I run a simulation where I create 1,000 datasets with

Re: [R] Does R accumulate memory

2005-01-08 Thread Duncan Murdoch
On Sat, 8 Jan 2005 16:38:31 -0500, Doran, Harold [EMAIL PROTECTED] wrote: Dear List: I am running into a memory issue that I haven't noticed before. I am running a simulation with all of the code used below. I have increased my memory to 712mb and have a total of 1 gb on my machine. What

Re: [R] Does R accumulate memory

2005-01-08 Thread Prof Brian Ripley
One hint: R rarely releases memory to the OS, especially under Windows. So do not expect to see the usage reported by Windows going down. One possibility is that you are storing lots of results and not removing them. You don't need to store all the gls fits, just the parts you need. You can use