Previous Topic: PrerequisitesNext Topic: Check Operating System Software Requirements


Check Hardware Requirements

To check the amount of RAM and swap space available, run:

$ grep MemTotal /proc/meminfo
$ grep SwapTotal /proc/meminfo

The minimum RAM required is 1024MB, and the minimum required swap space is 1GB.

It is recommended swap space be:

You also need the following:

To check the available disk space on your system, run:

$ df -h