Displaying 1 result from an estimated 1 matches for "31854441".
2007 May 18
1
AIX testers needed
...ow=1e4,ncol=1e3)
> tmp.df <- as.data.frame(cbind(xx,xx,xx))
Error: cannot allocate vector of size 228.9 Mb
> gc()
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 233035 6.3 467875 12.5 350000 9.4
Vcells 10104141 77.1 31854441 243.1 30104289 229.7
4) Used gcc-4.1.2; I have not tried the native compiler.
Questions:
1) Are there suggestions on how to diagnose and resolve the memory
issue? I'm still building my tool chain and I am in the midst of
installing gdb.
2) Regarding the build process it...