๐Ÿ“Š Linux
Q. Which daemon manages physical memory by moving the process that is in ‘physical memory’ to the ‘swap space’ when more physical memory is needed?
  • (A) Swap daemon
  • (B) Init daemon
  • (C) Process daemon
  • (D) Sched daemon
๐Ÿ’ฌ Discuss
โœ… Correct Answer: (A) Swap daemon

Explanation: It is normal for Linux systems to use swap, even if physical memory (RAM) is always free. The kernel moves memory pages that are hardly used into swap memory. The use of swap becomes a problem only when the amount of available physical memory is insufficient, and the kernel is forced to constantly move memory pages to the swap space and back to physical memory, just to keep the applications running. In this case, the System Monitor Applications show a large amount of disk I/O activity.

Explanation by: Jatin Dubey
It is normal for Linux systems to use swap, even if physical memory (RAM) is always free. The kernel moves memory pages that are hardly used into swap memory. The use of swap becomes a problem only when the amount of available physical memory is insufficient, and the kernel is forced to constantly move memory pages to the swap space and back to physical memory, just to keep the applications running. In this case, the System Monitor Applications show a large amount of disk I/O activity.

๐Ÿ’ฌ Discussion


๐Ÿ“Š Question Analytics

๐Ÿ‘๏ธ
305
Total Visits
๐Ÿ“ฝ๏ธ
4 y ago
Published
๐ŸŽ–๏ธ
Jatin Dubey
Publisher
๐Ÿ“ˆ
86%
Success Rate