On 17.03.2012 19:27, David Winsemius wrote:
On Mar 17, 2012, at 10:33 AM, Amen wrote:
I faced this problem when typing:
temperature <- get.var.ncdf( ex.nc, 'Temperature' )
*unable to allocate a vector of size 2.8 GB*
Read the R-Win-FAQ
>
By the way my computer memory is 4G and the original size of the file is
1.4G,netcdf file
... and reading / storing the data in memory may require much more than
4GB...
Uwe Ligges
I don't know what is the problem.Any suggestion please
I tried also
memory limit(4000)
4000
but didnt solve the problem.any help
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.