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
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |