rocker-org / rocker-versioned2

Run current & prior versions of R using docker. rocker/r-ver, rocker/rstudio, rocker/shiny, rocker/tidyverse, and so on.
https://rocker-project.org
GNU General Public License v2.0
409 stars 173 forks source link

R session crashes when reach certain ram #769

Closed Flu09 closed 6 months ago

Flu09 commented 6 months ago

Hello, I am using slurm to launch rocker-studio and it crashes when it reaches 500GB although I have a lot of memory allocated for the server. is there a limit ?, if yes, how to modify it? i am pulling an image as I have no knowledge to build one. If i need to modify the limit how to do that?

eitsupi commented 6 months ago

I'm sorry but it's not clear to me how your question relates to this project, I think questions about RStudio Server can be asked there https://community.rstudio.com/.

eddelbuettel commented 6 months ago

Also note that the operating system kernel may imposed constraints, as do the launching shells (and see man ulimit for setting values to influence this). Lastly, as a former slurm user, you may also need to look into what each process launched is allowed in terms of resources. The last two letters of slurm stand for resource manager. One of these is what you are likely up against.

Flu09 commented 6 months ago

thank you