Configuring Main Memory ParametersThe main memory resources for virtual machines include the following:
The process of managing these resources is described below. Configuring Main Memory
To configure the amount of memory that will be available to the virtual machine, use the
# prlctl list -i MyVM | grep memory memory 512Mb # prlctl set MyVM --memsize 756 Set the memsize parameter to 756Mb The VM has been successfully configured. # prlctl list -i MyVM | grep memory memory 756Mb You can configure the memory size for both running and stopped virtual machines. Configuring Video Memory
To set the amount of video memory to be available to the virtual machine's video card, use the
# prlctl set MyVM --videosize 64 To check that the new value has been successfully set, use this command: # prlctl list -i MyVM | grep video video 64Mb |
||||
|