[R] memory.size
Uwe Ligges
ligges at statistik.uni-dortmund.de
Mon Oct 17 16:56:55 CEST 2005
Afshartous, David wrote:
> 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?
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
> cheers,
> dave
> ps - please respond directly to afshar at mimai.edu
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
More information about the R-help
mailing list