I am running a genome data which contains the 1200 Column and 5 lac Rows in a Matrix form for classification via random forest. Software is able to read the data in x matrix and transpose of this data has been used for classifications using ntree =2 only. We also increase the the ncels and vcells memory by using following commands: R --min-vsize=100GB --max-vsize=1000GB --min-nsize=10GB --max-nsize=100GB.

After running the data in R error is throwing error out of memory. Please help me out from this problem?

Thank you

Similar questions and discussions