I found this in a VMware KB article - seems easy enough:
To change the amount of allocated memory to a virtual machine, run the command:
Set-VM -VM VM_Name -MemoryMB 1024
Note: To set the size in gigabytes, use MemoryGB
NK
I found this in a VMware KB article - seems easy enough:
To change the amount of allocated memory to a virtual machine, run the command:
Set-VM -VM VM_Name -MemoryMB 1024
Note: To set the size in gigabytes, use MemoryGB
NK