linux 下vmware mount.ntfs占用99% CPU

来源:互联网 发布:三级网站域名 编辑:程序博客网 时间:2024/04/28 10:00
mount.ntfs占用99% CPU

have high cpu usage problem for your vmware application which runs on linux and the virtual machine files in NTFS partition,

you have to add:
mainMem.useNamedFile= FALSE"

to your .vmx file of you virtual machine.this will solve the high cpu usage of mount.ntfs-3g.
0 0