Disable
khugepageddefragmenting:echo never | sudo tee /sys/kernel/mm/transparent_hugepage/defrag echo 0 | sudo tee /sys/kernel/mm/transparent_hugepage/khugepaged/defragYou can also do this by adding the
transparent_hugepage=neverentry to your grub, then typeupdate-grubon your terminal to update grub.
Disable virtualization engine.
Disable virtualization engine.Ensure that the ram allocation does not exceed the hosts ram. e.g If you computers ram is 8GB, give your VM less than 4.
Ensure that the ram allocation does not exceed the hosts ram. e.g If you computers ram is 8GB, give your VM less than 4.Set number of processor cores to a reasonalble number.
Set number of processor cores to a reasonalble number.Update you're VMware if you are using an old version.
Update you're VMware if you are using an old version.- At times re-installing vmware solves the problem if all the above don't work.