Way to limit memory usage on a R version 4.0+ windows session?
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
?