I'm sure this question is answered in the help file, but likely I'm not reading it corrected. Running windows version 1.00.0, loading a table (35K rows by 10 columns) from Excel using the read.table command I receive the following message. Error: cons memory (350000 cells) exhausted See "help(Memory)" on how to increase the number of cons cells.>From reading the help file, I've learned a bit more about static memory, but I'm not sure where to place theR --vsize=15M --nsize=1000k line. Where should this line be placed? (Or in which file?) Thanks for your time. Matt Pocernich -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20000317/5ffd82eb/attachment.html
On Fri, 17 Mar 2000, Matt Pocernich wrote:> Date: Fri, 17 Mar 2000 01:00:04 -0700 > From: Matt Pocernich <mjpocern at ouray.cudenver.edu> > To: R help <r-help at stat.math.ethz.ch> > Subject: [R] Windows Memory > > I'm sure this question is answered in the help file, but likely I'm not reading it corrected. > > Running windows version 1.00.0, loading a table (35K rows by 10 columns) from Excel using the read.table command I receive the following message. > > Error: cons memory (350000 cells) exhausted > See "help(Memory)" on how to increase the number of cons cells. > > >From reading the help file, I've learned a bit more about static memory, but I'm not sure where to place the > > R --vsize=15M --nsize=1000k > > line. Where should this line be placed? (Or in which file?) > > Thanks for your time. > > Matt Pocernich > >Ok! You can simply pass the line R --vsize=15M --nsize=1000k at the dos prompt in the same directory in which R is in. Or create a shortcut, for example in the desktop, and pass the same command editing it's properties. Excuse me for my bad English! Andrea. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Fri, 17 Mar 2000, Matt Pocernich wrote:> I'm sure this question is answered in the help file, but likely I'm not reading it corrected. > > Running windows version 1.00.0, loading a table (35K rows by 10 columns) from Excel using the read.table command I receive the following message. > > Error: cons memory (350000 cells) exhausted > See "help(Memory)" on how to increase the number of cons cells. > > >From reading the help file, I've learned a bit more about static memory, > but I'm not sure where to place the > > R --vsize=15M --nsize=1000k > > line. Where should this line be placed? (Or in which file?)See the rw-FAQ (which comes with the distribution and is also linked into the HTML help). -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._