I run a simple below command in R:
a <- merge(a,b,all.x=TRUE)
but suddenly this error comes and so I can't take the result of this command
cannot allocate vector of size 1.5 Gb
Do I need increase the memory? How should I do this?
I run a simple below command in R:
a <- merge(a,b,all.x=TRUE)
but suddenly this error comes and so I can't take the result of this command
cannot allocate vector of size 1.5 Gb
Do I need increase the memory? How should I do this?