Linux运行VMware Work Station出错问题
来源:岁月联盟
时间:2008-04-22
如果VMware提示
VMware Workstation unrecoverable error: (vcpu-0)Failed to allocate page for guest RAM!A log file is available in "/media/sda3/Virtual Machines/xp/xp/vmware.log". A core file is available in "/media/sda3/Virtual Machines/xp/xp/core".Please request support and include the contents of the log file and core file.
那需要对vmx文件进行修改,增加以下一行内容:
mainMem.useNamedFile = "FALSE"
保存下 就可以启动了。