[R] large address spaces in R

Prof Brian D Ripley ripley at stats.ox.ac.uk
Fri Aug 3 18:29:41 CEST 2001


On Fri, 3 Aug 2001 james.holtman at convergys.com wrote:

> I have been using SPLUS on UNIX to do performance analysis of our computers
> and have some matrices that are about 15M rows with 8 columns.  These are
> 'integers' and therefore take up about 500M of memory.  I run on a system
> with 2G of memory and will utilize over a 1G when processing this data.
>
> I am considering using R and was wondering how large addresses spaces are
> handled under WIN/2000.  I can get a server with 2G of memory and am
> interested in experiences of running with data that will utilize this space
> and if Windows will handle it.

With some fragility.  Basically you would need to able to reserve a
contiguous chunk of 1Gb or more of space, and Windows 2000 may not manage
that. (The user address space is 2Gb on Professional, 3Gb on Server, it is
claimed.)  I would start up R aiming to allocate the space initially, via
--min-vsize, --min-nsize and --max-mem-size.

> NOTICE:  The information contained in this electronic mail transmission is
> intended by Convergys Corporation for the use of the named individual or
> entity to which it is directed and may contain information that is
> privileged or otherwise confidential.  If you have received this electronic
> mail transmission in error, please delete it from your system without
> copying or forwarding it, and notify the sender of the error by reply email
> or by telephone (collect), so that the sender's address records can be
> corrected.

NOTICE: this reply is with ABSOLUTELY NO WARRANTY.

-- 
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list