Google News
logo
R - Quiz(MCQ)
What is the memory limit in R for 64 bit system?
A)
8 TB
B)
10 TB
C)
12 TB
D)
16 TB

Correct Answer :   8 TB


Explanation : 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.

Advertisement