Memory and Disk Space Requirements

Ensure that the host meets the following memory requirements:

  1. A minimum of least 1 GB of physical RAM should be available. To determine the current physical RAM size on your host, run the following command:

    grep MemTotal /proc/meminfo

  2. The following table describes the relationship between the installed RAM and the configured swap space recommendation:

    Available RAM Swap Space Requirements

    Between 1 GB and 2 GB

    1.5 times the size of RAM

    Between 2 GB and 8 GB

    Equal to the size of RAM

    More than 8 GB

    0.75 times the size of RAM

  3. To determine the amount of disk space available in the /tmp directory, run the following command:

    df -kh /tmp