1) There isn't a large enough free block of system memory that is contiguous to allocate to the virtual machine trying to be run.
2) There isn't enough swap space to back system memory.
In either case, running this command should fix the problem:
Code: Select all
echo 3 > /proc/sys/vm/drop_cacheshttps://bbs.archlinux.org/viewtopic.php?id=298056