|
Main /
HowToAddSwapMemoryHow to add swap memory to a workstationWarning: adding swap memory is only useful In order to add swap memory on a workstation, follow these steps (commands on a Linux terminal): 1) Create a swap file (command dd if=/dev/zero of=/tmp/swap bs=1024k count=10000 Tips: 2) Then add the swap (you will need the root password after su - 3) Finally you can check that the swap memory has been increased with command Important: the additional swap memory will disappear when restarting the computer. |