search for: 249526kb

Displaying 1 result from an estimated 1 matches for "249526kb".

2003 Sep 08
2
cannot allocate vector of size...
...from a tab delimited text file ("file.txt") into R using the following command: m <- matrix(scan(file ="file.txt"), nrow = 1054, ncol = 30303, byrow = TRUE) When I use this command I get the following output: Read 31939362 items Error: cannot allocate vector of size 249526Kb I have recently increased the amount of RAM in my system. Prior to this I got only the 'Error...' message and not the 'Read ... items' message. I have increased the space available to R at startup to 1G by modifying the startup properties. I would love any assistance/ideas anyone...