Displaying 1 result from an estimated 1 matches for "minex13".
Did you mean:
index13
2005 Mar 09
1
Encodebuf? yet another memory question
Hi all,
I was surprised to see this memory error:
Error in scan(Cn.minex13, nlines = 2, quiet = TRUE) :
Could not allocate memory for Encodebuf
> memory.size(max=TRUE)
[1] 256843776
> memory.size(FALSE)
[1] 180144528
> memory.limit()
[1] 2147483648
I don't have any objects named 'Encodebuf' and help and the R site
search turn up no matches...