Hi
we have a HOST ubuntu machine running VMPlayer and vmware-vmx was eating CPU to 100% or almost 400% ( with 4 CPU configured )
After several "google searches" i seem to have found the issue is this thread:
https://communities.vmware.com/thread/499790?start=30&tstart=0
Just run this on terminal and the rebot host UBUNTU
vblank_mode=0 /usr/lib/vmware/bin/vmplayer
This not WORK!!!!
SOLVED:
edit the file rc.local and add the lines below....
sudo vi /etc/rc.local
if test -f /sys/kernel/mm/transparent_hugepage/enabled; then
echo never > /sys/kernel/mm/transparent_hugepage/enabled
fi
if test -f /sys/kernel/mm/transparent_hugepage/defrag; then
echo never > /sys/kernel/mm/transparent_hugepage/defrag
fi
exit 0
8 comentários:
Great! Thank you, your method does INDEED work.
yes.. PErfect..
Thank you very much!
After researching this a little you can just add "transparent_hugepage=never" to your kernel parameters at startup. Does the same thing.
Thx, works perfect
Not worked... Ubuntu 17.10 amd64 VMWare 14
This still valid in 2020! As Daily Beatings mentioned, adding "transparent_hugepage=never" to the kernel parameters solved it in Fedora 31 with patched kernel modules. I'm using VMware Player 15.5.6 and this issue remains!!
I have same problem but for windows 10 as host. Any suggestion on this?
Thanks
Enviar um comentário