I am trying to increase memory in Rstudio. Previously, I used memory.limit()
, but I am now getting the warning message that this is no longer supported. According to this post, memory.limit()
and memory.size()
are now "stubs on Windows (as on Unix-alikes)." Two questions:
- What does "are now on stubs" mean?
- What alternative do I have for increasing the memory limit?