I'm getting the following error trying to start a VM. I have 64 gb of RAM on this host. I got this error once before and found that my swap partition was only 2gb or so. I increased the swap size to 124GB and the problem went away. Below is the error when trying to start a VM and below that is what my output from "free -g". I don't see why I'm getting a swap file error when there's plenty of it available.




[root@usarpaovrthost02 ~]# free -g
             total       used       free     shared    buffers     cached
Mem:            62         62          0          0          0         12
-/+ buffers/cache:         50         12
Swap:          123         12        110
[root@usarpaovrthost02 ~]#
[root@usarpaovrthost02 ~]#
[root@usarpaovrthost02 ~]# swapon -s
Filename                                Type            Size    Used    Priority
/dev/dm-1                               partition       129490936       12811000        -1
[root@usarpaovrthost02 ~]#