Skip to content

memory.size

2 messages · Afshartous, David, Uwe Ligges

#
All,
In the help for memory.size, there is:

Details:

     Command-line flag '--max-mem-size' sets the maximum value of
     obtainable memory (including a very small amount of housekeeping
     overhead).

How does one implement a command-line flag in order to set the max for memory?

cheers,
dave
ps - please respond directly to afshar at mimai.edu
#
Afshartous, David wrote:

            
Either use memory.limit() in R or start R with, e.g.,
   RGui --max-mem-size=1400M
in order to get a max. of 1400Mb of memory...

Uwe Ligges