How to increase memory limit in R
Error: cannot allocate vector of size 36.8 Gb the message showing during .CEL files (microarray data) analysis in R
software error
• 2,309 views
•
link
written
by
rafatali421 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Help with Generating Clustered Heatmap from Large Datasets
written by ArtiCore •Hi, I'm working with a large dataset where I'm trying to generate a clustered heatmap from z-scores. However, I’m hitting a memory error: "Error: cannot …
-
Memory allocation code while running Seurat ?
written by prithvi.mastermind •I ran the code as given on the PBMC data (https://satijalab.org/seurat/articles/pbmc3k_tutorial.html) designed by your respected Satija lab. However when I run the code my dataset …
-
slurm error
written by rheab1230 •Hello everyone: I submitted a job via slurm and got this error: Error: cannot allocate vector of size 7.8 Gb Execution halted Warning message: system …
-
To generate an scRNA counts file using barcodes.tsv, genes.tsv and matrix.mtx file
written by janejoythomas •Hi, I have barcodes.tsv, genes.tsv and matrix.mtx file from my RNA seq data and I want to generate a scRNA counts files using R. When …
-
Post doctorate Fellow
written by janejoythomas •Hi, I have barcodes.tsv, genes.tsv and matrix.mtx file from my RNA seq data and I want to generate a scRNA counts files using R. When …
-
memory size error in R
written by rafatali421 •I have 754 gsm files in a single GSE series file...at the time of creating expression file (array.txt) in R, there is a memory problem …
-
Memory allocation error
written by Azhar •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 …
-
CEL file to expressionSet
written by Shamim SarhadiHi I have 2500 CEL files, I put them in my work directory and then I ran `ReadAffy`()`, but It gave me "cannot allocate vector …
-
how I can increase the usable memory in R?
written by zizigoluHello, Is there a way to increase the usable memory into R by using virtual memory of the hard disk? Because many R packages can't …
-
error in R
written by zizigoluHello, I was normalizing my array, I entered so and got error like below. What is the reason please? ```r library (affy) .. data <- …
You may use
memory.limitbut if you do not have enough memory that suits huge vector as I see then you need to:Buy more rams.
More RAM would certainly help. R has other limits that you may additionally hit, though.
To the OP (original poster):
Good point specially If you bought RAM while you have 32-bit machine.
Hello rafatali421
You need to specify details on the resources you have, what your problem exactly is, as well as what you've tried. Please read this article to understand how to ask questions better.
Please elaborate on your question and provide feedback to people responding to it.