Skip to content

Instantly share code, notes, and snippets.

@rdbox
Last active May 31, 2016 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdbox/82c716e11d8412a7c00a9cb53c6fd4bc to your computer and use it in GitHub Desktop.
Save rdbox/82c716e11d8412a7c00a9cb53c6fd4bc to your computer and use it in GitHub Desktop.
fix: power off vmware memory size
# Решаем bug vmware - physical memory
Not enough physical memory is available to power on this virtual machine with its configured settings.
To fix this problem, power off other virtual machines, decrease the memory size of this virtual machine to 1640 MB, increase the amount of physical memory for all virtual machines to 3904 MB, or adjust the additional memory settings to allow more virtual machine memory to be swapped.
# Создать файл config.ini внести следующие строчки кода
vmmon.disableHostParameters = "TRUE"
prefvmx.minVmMemPct = "25"
# И разместить его в папке
# c:\ProgramData\VMware\VMware Workstation\
# c:\Users\sh@man\AppData\Roaming\VMware\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment