Skip to content
Prev 76367 / 398502 Next

memory

On Mon, 29 Aug 2005, Ferran Carrascosa wrote:

            
Re-read the rw-FAQ, or (preferably) get a more capable OS on a 64-bit CPU.
You will never get that many cells (that is the address space in bytes, 
and they are several bytes each).  Please do as the posting guide asks 
and report accurately what happened.
Your matrix has 7e09 cells (assuming you are using . as a thousands 
separator) and needs 5.6e10 bytes to store.  Your OS has a memory address 
limit of 3.2e09 bytes.  Don't blame R for being limited by your OS.