[R] Warning messages: Reached total allocation of 1023Mb: see help(memory.size)
Fayanna
fayestats at hotmail.com
Thu Oct 15 19:06:56 CEST 2009
Hi there,
I run the following code in R and got the warning like that, how can I
change the memory.size? Or anything else? Thanks a lot!
Faye
temp<-apply(Idd4.perms$permstats[-stratum1,],
+ 2,sort)
Error: cannot allocate vector of size 47.5 Mb
In addition: Warning messages:
1: In apply(Idd4.perms$permstats[-stratum1, ], 2, sort) :
Reached total allocation of 1023Mb: see help(memory.size)
2: In apply(Idd4.perms$permstats[-stratum1, ], 2, sort) :
Reached total allocation of 1023Mb: see help(memory.size)
3: In unlist(ans, recursive = FALSE) :
Reached total allocation of 1023Mb: see help(memory.size)
4: In unlist(ans, recursive = FALSE) :
Reached total allocation of 1023Mb: see help(memory.size)
5: In unlist(ans, recursive = FALSE) :
Reached total allocation of 1023Mb: see help(memory.size)
6: In unlist(ans, recursive = FALSE) :
Reached total allocation of 1023Mb: see help(memory.size)
>
--
View this message in context: http://www.nabble.com/Warning-messages%3A---Reached-total-allocation-of-1023Mb%3A-see-help%28memory.size%29-tp25912413p25912413.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list