Is there a way to set a limit on the memory usage for a windows R session with R version 4.0 and above? I have found post regarding setting a limit on R 3.6.3 and below by using a command line flag: --max-mem-size
which can set the initial limit of the R session. However I believe this option is removed from R version 4.0. So if there is an alternative equivalent to setting the command line flag: --max-mem-size
?
Tested setting the same command line flag, but I am not able to verify with memory.limit()
command as it was disabled in the R version 4 and up.
user26772383 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.