Please use the BioC list for questions such as this. It has been discussed numerous times there. I am cc: my answer to that list.
On Dec 15, 2005, at 12:42 PM, Pathik wrote: > Dear Programmers, > > I encounter following error,while loading vector. > >> pam_Test<- ReadAffy() > Error: cannot allocate vector of size 312879 Kb > In addition: Warning messages: > 1: Reached total allocation of 1024Mb: see help(memory.size) > 2: Reached total allocation of 1024Mb: see help( memory.size) This just means you do not have enough memory. Do not fret over the specific values, R just bangs out at some kind of assignment somewhere in the code. > I also changed headers to use maximum memory as i am having 4GB of > physical memory in my machine.but still i am facing problem. Well, you still do not have enough ram. Note though that R cannot use all of the 4GB due to limitations of the OS. So it will not help to add more RAM. > Is ther any other soution? Install an OS which can actually use all your RAM. You could try reading in smaller subsets of the data, instead of everything in one go, although you will probably have problems when you normalize (at least if you want to normalize all chips together). How many chips are you looking at (and how big are they?) Kasper > -- > Pathik Patel > Graduate Student, > Ph-213-321-1360 > ====================================================================== > = > UNIX is an operating system, OS/2 is half an operating system, > Windows is a shell, and DOS is a boot partition virus > > ______________________________________________ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel