Re: [R] increase memory limit in R

2008-10-16 Thread Prof Brian Ripley
AFAICS, you have a 2GB address space: please do read the rw-FAQ and fix that, in which case R will automatically make use of the increased space. Hint: what is /3GB for? On Thu, 16 Oct 2008, liujb wrote: Dear R users, I am running lmer() and having memory problem: "reached total allocation

[R] increase memory limit in R

2008-10-16 Thread liujb
Dear R users, I am running lmer() and having memory problem: "reached total allocation of 1535Mb". The lmer() function was successful (no errors or warnings). However when I do "summary(fit.lmer), I got this "Error: cannot allocate vector of size 19.5 Mb). I used memory.size() and got 1880. I us