Posts tagged as:

free command

How To Add/Create Swap File

by lifeLinux on May 14, 2011

If you need additional swap space to improve your system performance. You have two different ways: add/upgrade a swap partition or create a swap file. But changing the size or create a new swap partition is not easy, the best solution is to create a new swap file. This articles help you add/create swap file […]

{ 0 comments }

Check Available Memory On Linux

by admin on November 23, 2010

To check avilable memory in Linux type free -m command. free displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel.

{ 0 comments }