Multiple choice technology operating systems

how much amount of disk space is needed for a swap partition in general

  1. 4 times to RAM

  2. 3 Times to RAM

  3. 2 times to RAM

  4. RAM size

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Traditional guidelines suggested sizing swap partition at 2 times the RAM size, though modern systems with ample RAM may use less. The 2x rule was a general heuristic for systems with limited memory to ensure adequate swap space for hibernation and memory overflow.