Entering edit mode
sneha patil
▴
220
@sneha-patil-3903
Last seen 10.2 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]]