vector memory exhausted (limit reached?) on RHEL8

Hi All,

I have a memory exhausted error in R while reading a big matrix (36071 70313).

I used to read such matrices even bigger before. But, I am getting error now. I also haven't made any changes to R and RStudio very recently.

R and RStudio -server version details:

R version 4.1.0 (2021-05-18) -- "Camp Pontanezen"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

Rstudio-server: 1.4.1717 (Juliet Rose) for CentOS 8

Can you anyone please guide me how to fix this error?

Thank you.

If the error is Error: cannot allocate vector of size ..., see

$ man ulimit

which will explain how to adjust the environment variable to access more memory. Usually the default is 8MB .

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.