[R] problem with memory size in UNIX

M.Kondrin mkondrin at hppi.troitsk.ru
Sat Jul 19 23:52:18 CEST 2003


liping wrote:
> Dear R/Biocondutor users:
> 
> I tried to merge two big affybatch data sets in R (under unix mainframe) and encounter the problems as following:
> 
> combine2.3<-merge(combine2.1,TALL)
> Error: cannot allocate vector of size 409600 Kb
> 
> I do not know what is the problem and how can i fix the problem. any suggustion will be appreciated. 
> 
> liping
> 
> 
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> 
> 
Vector with 500MB are rather big. Are your shure you have enough 
physical memory (and system quotas allow you allocate that amount of 
memeory)? If yes, try to tune with mem.limits(1000000,500000000)




More information about the R-help mailing list