Introduction
In a computer system, Random Access Memory (RAM) is a critical component that stores data for running applications. When the physical RAM is fully utilized, the operating system can use a part of the hard drive as "virtual memory" to prevent system crashes. This virtual memory is commonly known as swap space.
This lab will guide you through the process of increasing your system's virtual memory by creating and enabling a swap file. This is a common system administration task for improving performance on systems with limited physical RAM. You will learn how to check memory usage, create a swap file, activate it, and monitor its usage.



