Manually Create a Swapfile in Linux

Step 1: Determine if a swapfile already exists Open a Terminal and enter the command free -m If the result shows the swap has 0 total MB, 0 used MB, and 0 free MB then there is no swapfile. Step 2: Check the Amount of Available Free Space In Terminal, enter df -h Step 3:… Continue reading Manually Create a Swapfile in Linux