Saved Bookmarks
| 1. |
What is the memory limit in R for 32 bit system?(a) 8 TB(b) 9TB(c) 10TB(d) 3GB |
|
Answer» Right option is (d) 3GB To explain I would say: 8TB is the memory limit for 64-bit system memory and 3GB is the limit for 32-bit system memory. A solid understanding of R’s memory management will help you predict how much memory you’ll need for a given task. |
|