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 [EMAIL PROTECTED] > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
