Re: [R] Memory limit problem

2010-10-12 Thread Rubén Roa
fastdetect multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional 3GB" /3GB /noexecute=optin /fastdetect -Original Message- From: r-help-boun...@r-project.org on behalf of Tim Clark Sent: Tue 10/12/2010 5:49 AM To: r help r-help Cc: Tim Clark Subject: [

Re: [R] Memory limit problem

2010-10-11 Thread Chris Howden
12 October 2010 3:00 PM To: r-help@r-project.org Subject: Re: [R] Memory limit problem > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of David Winsemius > Sent: Monday, October 11, 2010 10:07 PM > To: Tim Clark >

Re: [R] Memory limit problem

2010-10-11 Thread Daniel Nordlund
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of David Winsemius > Sent: Monday, October 11, 2010 10:07 PM > To: Tim Clark > Cc: r help r-help > Subject: Re: [R] Memory limit problem > > > On

Re: [R] Memory limit problem

2010-10-11 Thread David Winsemius
On Oct 11, 2010, at 11:49 PM, Tim Clark wrote: Dear List, I am trying to plot bathymetry contours around the Hawaiian Islands using the package rgdal and PBSmapping. I have run into a memory limit when trying to combine two fairly small objects using cbind(). I have increased the memor

[R] Memory limit problem

2010-10-11 Thread Tim Clark
Dear List, I am trying to plot bathymetry contours around the Hawaiian Islands using the package rgdal and PBSmapping.  I have run into a memory limit when trying to combine two fairly small objects using cbind().  I have increased the memory to 4GB, but am being told I can't allocate a vector

Re: [R] memory limit problem

2009-09-10 Thread Steve Lianoglou
Hi, On Thu, Sep 10, 2009 at 8:24 PM, oleg portnoy wrote: > Hi, > I have Win XP 32, 4 gig DDR2 and R 2.9.2. > I have memory limit problems. >> memory.limit(4090) > [1] 4090 > >> memory.limit() > [1] 4090 >> a<-trans.matrix.f(7) # made big matrix of integer 16384*16384 > Error: cannot allocate vect

[R] memory limit problem

2009-09-10 Thread oleg portnoy
Hi, I have Win XP 32, 4 gig DDR2 and R 2.9.2. I have memory limit problems. > memory.limit(4090) [1] 4090 > memory.limit() [1] 4090 > a<-trans.matrix.f(7) # made big matrix of integer 16384*16384 Error: cannot allocate vector of size 512.0 Mb I not have other objects in R memory. what I do? trans