Dear all,
I have some problems how to increase memory in R.
I tried to start R by calling e.g. :(in the Properties, Shortcut tab, Target
field)
Rgui.exe --max-mem-size=2Gb (Is this correct?....)
But the error message still continue:
> X<-princomp(MAT2D.AltGeop61.90)
Error: cannot allocate vector of size 445.4 Mb
> memory.size()
[1] 456.01
> memory.limit()
[1] 4095
> dim(MAT2D.AltGeop61.90)
[1] 10957 5328
I use R 2.9.0 in Windows XP, with 40 GB on the disk and 7 GB of RAM.
What can I do?
I would appreciate somebody to help with any ideia.
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.