一、
Physical Memory - This is a prerequisite condition to test whether the system has at least 1GB (1048576.0KB) of total physical memory.
Expected Value
 : 1GB (1048576.0KB)
Actual Value
 : 867.97MB (888804.0KB)
 List of errors: 
 - 
PRVF-7530 : Sufficient physical memory is not available on node "gaohq" [Required physical memory = 1GB (1048576.0KB)]  - Cause:  Amount of physical memory (RAM) found does not meet minimum memory requirements.  - Action:  Add physical memory (RAM) to the node specifie
二、Swap Size - This is a prerequisite condition to test whether sufficient total swap space is available on the system.
Expected Value
 : n/a
Actual Value
 : n/a麻烦知道了帮忙写出对应的解决方法,小弟不胜感激那。

解决方案 »

  1.   

    LZ的提示信息足够清楚了,
    一、物理内存不够。10g如果内存不足1G,只是WARNING,还是可以强行安装通过的,11G要求就比较严格了,小于1G的不能通过。
    PRVF-7530 : Sufficient physical memory is not available on node "gaohq" [Required physical memory = 1GB (1048576.0KB)] - Cause: Amount of physical memory (RAM) found does not meet minimum memory requirements. - Action: Add physical memory (RAM) to the node specifie
    解决方法:编辑虚拟机,增加给虚拟机分配的内存,至少物理1G以上。二、没有设置交换分区。
    /SWAP分区 1G左右内存的机器,建议的设置至少是物理内存的两倍,也就是/SWAP分区至少2G,为了稳妥,分4G比较好一点。
    Swap Size - This is a prerequisite condition to test whether sufficient total swap space is available on the system.
    Expected Value
     : n/a
    Actual Value
     : n/a
    解决方法:安装CENTOS的时候,选择手动分区,分一个/SWAP的分区,然后再安装OS。
      

  2.   


    你说的第二个解决方法,可是我已经分区了swap,是3GB的
      

  3.   

    解决了,内存分够了,swap分区也就没提示了。