VMware Communities
dydo
Contributor
Contributor

way to fake RAM?

is there a way to make the virtual machine think there is 512 mb of ram or even use a page file on the host to make it act like ram.

0 Kudos
6 Replies
KevinG
Immortal
Immortal

If you want to allocate 512MB of RAM to the virtual machine, you need to have 512MB+ overhead free on the host to to run the virtual machine.

0 Kudos
Peter_vm
Immortal
Immortal

To overcommit memory use the following:

prefvmx.allVMMemoryLimit = "xxx"

in config.ini or config files.

0 Kudos
continuum
Immortal
Immortal

Peter - I think you mentioned the wrong config.ini parameter.

The one you mentioned is autodetected.

prefvmx.minVmMemPct = "25"

can be used to overcommit memory - it allows to swap out most of the VMs memory.

see

http://sanbarrow.com/vmx-config-ini.html


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
Peter_vm
Immortal
Immortal

It might be autodetected initially, but can be overwritten manually.

This is the only parameter, that will force to use host memory management, rather than VMware memory management to overcommit memory used by guests.

0 Kudos
KevinG
Immortal
Immortal

prefvmx.allVMMemoryLimit = "xxx"

This option limits the host memory that can be used by all running virtual machines. It will not allow over committing host memory.

0 Kudos
Peter_vm
Immortal
Immortal

prefvmx.allVMMemoryLimit = "xxx"

This option limits the host memory that can be used

by all running virtual machines. It will not allow

over committing host memory.

That is contrary to my observations. In a situation when this value was autodetected to 370, I have increased it to 450 on a host with 500 MB RAM.

Host started to use swap, to manage increased application memory requirements. With default 370, VMware was not allowing to increase combined RAM size for guests. With 450, I was able to add 80 MB to my guests. That is all done with guests set to "Fit all virtual machine memory into reserved host RAM" setting.

Obviously if you want to use VMware memory management, you can do what continuum said, or just select "Allow most virtual machine memory to be swapped".

0 Kudos