Displaying 2 results from an estimated 2 matches for "mydistmxdf".
2005 Jul 20
2
(no subject)
Hi All,
I want to print a square matrix of 7000 x 7000 into a text file. But I
got a error after few hours of computation...
--------
> write.table(MyDistMxDF, file = "temp.csv", sep=",", quote=F)
*** malloc: vm_allocate(size=8421376) failed (error code=3)
*** malloc[2889]: error: Can't allocate region
Error: vector memory exhausted (limit reached?)
*** malloc: vm_allocate(size=8421376) failed (error code=3)
*** malloc[2889]: erro...
2005 Jul 20
0
writing matrices (no subject)
.../05, David Ruau <David.Ruau at rwth-aachen.de> wrote:
> >> Hi All,
> >>
> >> I want to print a square matrix of 7000 x 7000 into a text
> file. But I
> >> got a error after few hours of computation...
> >> --------
> >>> write.table(MyDistMxDF, file = "temp.csv", sep=",", quote=F)
> >> *** malloc: vm_allocate(size=8421376) failed (error code=3)
> >> *** malloc[2889]: error: Can't allocate region
> >> Error: vector memory exhausted (limit reached?)
> >> *** malloc: vm_allocate(si...