Skip to content
Prev 28163 / 63468 Next

cannot increase memory size to 4Gb (PR#11087)

This is (sort of) correct, and as documented.  What you cannot increase to 
4Gb is the internal *limit* on the allocated memory size, not the 'memory 
size' in any sense.

The rw-FAQ in R 2.6.2 patched says

'It can be set to any amount between 32Mb and 4095Mb.'

as does

http://cran.r-project.org/bin/windows/base/rw-FAQ.html#There-seems-to-be-a-limit-on-the-memory-it-uses_0021

The maximum size of memory for a process under Vista64 is 4Gb (4096Mb), 
*but* R cannot allocate all of it (not least because the R executable and 
DLL need to fit into it).

Version 2.4.1 said (correctly)

'It can be set to any amount between 32Mb and 3Gb',

because versions of Windows current at the time were limited to a 3Gb 
address space (and so the real limit was a little less than 3Gb).
On Fri, 4 Apr 2008, n.henriquez at ion.ucl.ac.uk wrote:

            
Maybe, but that is not an R-bugs issue.
R-help is available to you to ask questions about things you do not 
understand -- you will get a much more sympathetic response if you only 
use R-bugs for things you 'know for sure' are not doing what they should.