InterviewSolution
Saved Bookmarks
| 1. |
When Checking The Partition Information On Your Hard Drive With Fdisk, You Notice That One Of The Partitions Is Formatted As "linux Swap" And Is Approximately 512mb In Size. What Is The Purpose Of This Partition? |
|
Answer» The Linux swap file is USED for virtual memory to store additional information that cannot FIT into current memory. This swap file ALLOWS information to be cached on DISK, and can be retrieved very quickly. Heavy use of the swap file INDICATES a low memory condition. The Linux swap file is used for virtual memory to store additional information that cannot fit into current memory. This swap file allows information to be cached on disk, and can be retrieved very quickly. Heavy use of the swap file indicates a low memory condition. |
|