search for: cdata01

Displaying 1 result from an estimated 1 matches for "cdata01".

Did you mean: data01
2005 Jan 28
4
Error: cannot allocate vector of size... but with a twist
...6Gb. I have 0.5Gb of regular, fast DDR. The OS seems to be fine accepting the large amount of memory, and I'm not restricting memory use or vector size in any way. R chews up memory up until the 3.5Gb area, then halts. Here's the last bit of output: > # join the data together > cdata01.data <- cbind(c.1,c.2,c.3,c.4,c.5,c.6,c.7,c.8,c.9,c.10,c.11,c.12,c.13,c.14,c.15,c.16,c.17,c.18,c.19,c.20,c.21,c.22,c.23,c.24,c.25,c.26,c.27,c.28,c.29,c.30,c.31,c.32,c.33) Error: cannot allocate vector of size 145 Kb Execution halted 145--Kb---?? This has me rather lost. Maybe on overflow of so...