Re: [R] Memory limit problem

2010-10-12 Thread Rubén Roa
)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: [R] Memory limit problem Dear List, I am

[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

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

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 Oct 11, 2010, at 11:49 PM, Tim Clark wrote

Re: [R] Memory limit problem

2010-10-11 Thread Chris Howden
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 Cc: r help r-help Subject: Re: [R

[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?

Re: [R] memory limit problem

2009-09-10 Thread Steve Lianoglou
Hi, On Thu, Sep 10, 2009 at 8:24 PM, oleg portnoyoleg.portno...@gmail.com 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