記憶體:12G
虛擬設定
記憶體:2G
在運作VM時會隨機性跳出錯誤 如下圖



目前嘗試過重灌VM&重灌VM中虛擬主機,皆無效
有使用過Memtest86+檢測記憶體正常
平時記憶體使用在6~8G(開起虛擬主機後)
請問這是哪邊問題?有什麼辦法可以解決?
在思考是否要用以下方式測試是否還是會跳出
1.把後來的4G記憶體拔出>變成原來的8G
2.乾脆買2隻8G記憶體=16G,4G拔出
3.在買一顆新硬碟把VM安裝在新硬碟裡
3/30新增問題&後續
目前是重灌主機&用最新版VM註冊&建立虛擬主機
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1014955
上面提到的
To resolve this issue, decrease the memory assigned to each virtual machine, increase the amount of physical memory installed in the host, or both.
這句是指要我減少VM內的公給記憶體或是增加實機的記憶體容量嗎?
另外上面中連結提到
After installing Windows 7 SP1, VMware Workstation reports the error: Not enough physical memory is available to power this virtual machine (1036185).
http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1036185
Not enough physical memory is available to power this virtual machine with its configured settings
這是指我的電源無法供應足夠的電給虛擬主機?
In the vmware.log file, you see entries similar to:
vmx| VerificationOfHostParameters status 2
vmx| Failed to verify host parameters
我去看我履歷他是說
2013-03-29T21:31:31.233+08:00| vmx| I120: VerificationOfHostParameters status 0
Resolution部分
After installing Windows 7 SP1 or Windows 2008 R2 SP1 on a 64bit host, you may experience this issue while trying to start a virtual machine. This issue is resolved by Workstation 7.1.4. You can download the latest version of Workstation from our Download Center.
這是說我安裝了Windows 7 SP1所以會出現的錯誤?此外Workstation 7.1.4這是指要我回去載舊版7.1.4版本?
2個解決方法
1.You can resolve this issue by uninstalling SP1. For more information, see How to uninstall Windows 7 Service Pack 1 (SP1) .
Note: The preceding links were correct as of March 22, 2011. If you find the link is broken, provide feedback and a VMware employee will update the link.
但是我主機並沒有安裝Windows 7 Service Pack 1 (SP1) (KB976932)
2.To workaround this issue, you can add a setting to the config file to restrict Workstation to using a percentage of the host's available RAM:
Shut down all running virtual machines and exit Workstation.
Open the config.ini file located at C:\ProgramData\VMware\VMware Workstation.
Add this line to the file:
vmmon.disableHostParameters = TRUE
Save and close the file.
Restart Windows.
This ensures that the virtual machine uses only 75% of the host memory.
我照他在C:\Program Files (x86)\VMware\VMware Workstation
建立文件檔 config.ini
內文vmmon.disableHostParameters = TRUE
但還是會跳出錯誤強制關閉虛擬機
是我哪裡設錯了嗎?