memory allocation problem not solved
2
0
Entering edit mode
sneha patil ▴ 220
@sneha-patil-3903
Last seen 9.6 years ago
hello all, I know problems regarding memory allocation has been asked a number of times and i followed those solutions too but still i am not able to resolve this issue.... > fns2=list.celfiles(path="C:/Program Files/R/R-2.10.1/koolfile",full.names=TRUE) > rawdata=ReadAffy(filenames=fns2) Error: cannot allocate vector of size 640.9 Mb > memory.size() [1] 1294.3 > memory.limit() [1] 2047 > memory.size(2047) [1] 2047.88 > memory.size(4095) [1] 4095 > rawdata=ReadAffy(filenames=fns2) Error: cannot allocate vector of size 640.9 Mb I want to read files of size 810Mb,62 celfiles.......I checked the memory.size and memory.limit functions....also i tried to increase the memory size by adding "C:\Program Files\R\R-2.10.1\bin\Rgui.exe" --max-mem-size=2GB" in the target.but still it dint help....following are the details of my pc Processor : Intel(R)Core(TM)2CPU 6320@1.86GHz Memory(RAM): 2038Mb System type:32-bit-operating system [[alternative HTML version deleted]]
• 1.4k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
On Thu, Apr 8, 2010 at 4:51 AM, sneha patil <snp2312 at="" gmail.com=""> wrote: > hello all, > > ? ?I know problems regarding memory allocation has been asked a number of > times and i followed those solutions too but still i am not able to resolve > this issue.... > > >> fns2=list.celfiles(path="C:/Program > Files/R/R-2.10.1/koolfile",full.names=TRUE) >> rawdata=ReadAffy(filenames=fns2) > Error: cannot allocate vector of size 640.9 Mb >> memory.size() > [1] 1294.3 >> memory.limit() > [1] 2047 >> memory.size(2047) > [1] 2047.88 >> memory.size(4095) > [1] 4095 >> rawdata=ReadAffy(filenames=fns2) > Error: cannot allocate vector of size 640.9 Mb > > I want to read files of size 810Mb,62 celfiles.......I checked the > memory.size and memory.limit functions....also i tried to increase the > memory size by adding "C:\Program Files\R\R-2.10.1\bin\Rgui.exe" > --max-mem-size=2GB" in the target.but still it dint help....following are > the details of my pc > > Processor : Intel(R)Core(TM)2CPU 6320 at 1.86GHz > Memory(RAM): 2038Mb > System type:32-bit-operating system Hi, Sneha. Looks like you do not have enough physical memory for what you are trying to do. You may need to try using another package for affy analysis or using another machine with more RAM. Sean
ADD COMMENT
0
Entering edit mode
@henrik-bengtsson-4333
Last seen 13 days ago
United States
It depends a bit what kind of analysis you are trying to do, but the aroma.affymetrix framework solves most memory issues (even if you only have 1GB of RAM): http://www.aroma-project.org/ /Henrik On Thu, Apr 8, 2010 at 10:51 AM, sneha patil <snp2312 at="" gmail.com=""> wrote: > hello all, > > ? ?I know problems regarding memory allocation has been asked a number of > times and i followed those solutions too but still i am not able to resolve > this issue.... > > >> fns2=list.celfiles(path="C:/Program > Files/R/R-2.10.1/koolfile",full.names=TRUE) >> rawdata=ReadAffy(filenames=fns2) > Error: cannot allocate vector of size 640.9 Mb >> memory.size() > [1] 1294.3 >> memory.limit() > [1] 2047 >> memory.size(2047) > [1] 2047.88 >> memory.size(4095) > [1] 4095 >> rawdata=ReadAffy(filenames=fns2) > Error: cannot allocate vector of size 640.9 Mb > > I want to read files of size 810Mb,62 celfiles.......I checked the > memory.size and memory.limit functions....also i tried to increase the > memory size by adding "C:\Program Files\R\R-2.10.1\bin\Rgui.exe" > --max-mem-size=2GB" in the target.but still it dint help....following are > the details of my pc > > Processor : Intel(R)Core(TM)2CPU 6320 at 1.86GHz > Memory(RAM): 2038Mb > System type:32-bit-operating system > > ? ? ? ?[[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD COMMENT

Login before adding your answer.

Traffic: 764 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6