Displaying 1 result from an estimated 1 matches for "n90000".
Did you mean:
90000
2002 Feb 01
1
Memory leak in read.table (PR#1292)
....9.20)
I am suffering from a memory leak in read.table in the new precompiled windows
1.4.
it works fine in 1.3
Create a 90000 line file of 7 variables eg
perl -e '$e=exp(1);for($i=0;$i<90000;$i++){printf "%d".(" %f"x6)."\n",
$i,$i*$e,3,4,5,6,7,8,9}' > n90000
R : Copyright 2001, The R Development Core Team
Version 1.4.0 (2001-12-19)
n9<-read.table("n90000")
Error: cannot allocate vector of size 75 Kb
In addition: Warning message:
Reached total allocation of 63Mb: see help(memory.size)
> gc()
used (Mb) gc trigger (Mb)
Ncells...