Nachiketa Sahoo wrote: > Hi, > > is there a memory limit for R on linux? and is there a way to increase > it? I know there is memory.limit() function for R on windows, but, I > don't know what is there for linux.
No default limit on Linux, the rest depends on the memory in your machine and how much a process can take. If you are on 64-bit completely and have invested some coins in memory modules, the limit may be really huge. Uwe Ligges > > Thanks, > N > > ______________________________________________ > [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
