Displaying 1 result from an estimated 1 matches for "tempoutput_011309".
2009 Jan 13
2
Memory Size & Allocation in R
...te my script.
Also, is there a way to temporarily increase the limit on vector memory
allocation above 5.6Mb? I'm hoping to still retreive the data that was
calculated in the run prior to the error.
To get at this data, I tried write.csv and got a similar error:
> write.csv(Results, "TempOutput_011309.csv", row.names=FALSE,
col.names=TRUE)
Error: cannot allocate vector of size 5.5 Mb
For reference, 'Results' is a data frame with about 800K rows and 18 columns
(1 col contains character strings of class factor, 1 col contains Date/Time
stamps of class factor, the remaining cols are a...