Configuring Main Memory ResourcesThe 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
# pctl list -i MyVM | grep memory memory 512Mb # pctl set MyVM --memsize 756 Set the memsize parameter to 756Mb The VM has been successfully configured. # pctl 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
# pctl set MyVM --videosize 64 Set the --videosize parameter to 64Mb. The VM has been successfully configured. To check that the new value has been successfully set, use this command: # pctl list -i MyVM | grep video video 64Mb |
||||
|