Query regarding memory allocation
1
0
Entering edit mode
sneha patil ▴ 220
@sneha-patil-3903
Last seen 9.6 years ago
hello all, Can anyone please tell me the solution for the following error > fns2=list.celfiles(path="C:/rfiles/koolfile",full.names=TRUE) > rawdata=ReadAffy(filenames=fns2) Error: cannot allocate vector of size 640.9 Mb In addition: Warning messages: 1: In dimnames(x) <- dn : Reached total allocation of 1021Mb: see help(memory.size) 2: In dimnames(x) <- dn : Reached total allocation of 1021Mb: see help(memory.size) 3: In dimnames(x) <- dn : Reached total allocation of 1021Mb: see help(memory.size) 4: In dimnames(x) <- dn : Reached total allocation of 1021Mb: see help(memory.size) > help(memory.size) > memory.limit(size=NA) [1] 1021 > memory.limit(size=4095) [1] 4095 > rawdata=ReadAffy(filenames=fns2) Error: cannot allocate vector of size 640.9 Mb [[alternative HTML version deleted]]
• 828 views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
On Wed, Apr 7, 2010 at 4:42 AM, sneha patil <snp2312 at="" gmail.com=""> wrote: > hello all, > > Can anyone please tell me the solution for the following error > >> fns2=list.celfiles(path="C:/rfiles/koolfile",full.names=TRUE) >> rawdata=ReadAffy(filenames=fns2) > Error: cannot allocate vector of size 640.9 Mb > In addition: Warning messages: > 1: In dimnames(x) <- dn : > ?Reached total allocation of 1021Mb: see help(memory.size) > 2: In dimnames(x) <- dn : > ?Reached total allocation of 1021Mb: see help(memory.size) > 3: In dimnames(x) <- dn : > ?Reached total allocation of 1021Mb: see help(memory.size) > 4: In dimnames(x) <- dn : > ?Reached total allocation of 1021Mb: see help(memory.size) >> help(memory.size) >> memory.limit(size=NA) > [1] 1021 >> memory.limit(size=4095) > [1] 4095 >> rawdata=ReadAffy(filenames=fns2) > Error: cannot allocate vector of size 640.9 Mb Hi, Sneha. Looks like you do not have enough memory. Did you try looking at help(memory.size) as the error message suggests? Finally, be sure to check the list archives, as this question has been answered numerous times on the list. Sean
ADD COMMENT

Login before adding your answer.

Traffic: 575 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