Memory allocation error
1
0
Entering edit mode
7.1 years ago
Azhar ▴ 50

HI I am runnig WGCNA code for calculating co expression adjacency Matrix but I am getting this error I am running this scrip in C directory and it has 60 Gb free space so why it still gives this error

> coexpression<-adjacency(data)
Error: cannot allocate vector of size 28.7 Gb
In addition: Warning messages:
1: In cor(datExpr, use = "p") :
  Reached total allocation of 3810Mb: see help(memory.size)
2: In cor(datExpr, use = "p") :
RNA-Seq • 2.6k views
ADD COMMENT
2
Entering edit mode

The 3810Mb limit it's referring to is RAM, not disk space.

ADD REPLY
0
Entering edit mode

Thanks andrew but what is the mean of

cannot allocate vector size 28.7 Gb

ADD REPLY
0
Entering edit mode

Hello Azhar!

It appears that your post has been cross-posted to another site: https://support.bioconductor.org/p/93818/

This is typically not recommended as it runs the risk of annoying people in both communities.

ADD REPLY
3
Entering edit mode
7.1 years ago

To be more explicit, it seems you're using a computer with only 4Gb of RAM but your data requires 29 Gb so try running your analysis on a computer with 32 Gb of RAM. Note that if you're using a 32bit version of Windows, you can only use at most 4 Gb even if the computer has more.

ADD COMMENT

Login before adding your answer.

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