Skip to content
Back to formatted view

Raw Message

Message-ID: <4DB1AD56.7090209@statistik.tu-dortmund.de>
Date: 2011-04-22T16:31:18Z
From: Uwe Ligges
Subject: trends regarding memory limitations for R use under Linux
In-Reply-To: <4DB1AA21.8060100@univ-nantes.fr>

On 22.04.2011 18:17, Christine SINOQUET wrote:
> Hello,
>
> I am aware of possibilities to extend memory, for the R language, under
> Windows.
>
> Since I read it is not the case under Linux, I would like to know up to
> which size R can handle matrices.
 >
> The RAM limitation of my PC is 4 G0.


Then a completely filled memory with doubles (i.e. 8 byte floating point 
numbers) is 4*1024^3/8 (if you have a 64-bit OS). But in order to do 
something, the objects should not take more than 1/3 of your available 
memory. Hence a matrix with 4*1024^3/8/3 elements seems to be a 
reasonable upper limit.

Uwe Ligges

>
> I thank you in advance for any indication on the subject.
>
> Best regards,
>
> Christine Sinoquet
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.