SetVmQxlMemory

Sets the QXL memory of a VM instance. For example,
SetVmQxlMemory uuid=cc590b2129c437a487311b0f9a8a0dbc

Parameters

Name Description Optional Valid Value Starting Version
uuid The VM instance UUID. 3.7.0
ram The Random Access Memory (RAM) size. Default value: 65536. Yes 3.7.0
vram The video RAM (VRAM) size. Default value: 32768. Yes 3.7.0
vgamem The Video Graphics Array (VGA) memory size. Default value: 16384. Yes 3.7.0
userTags The user tags. For more information, see CreateUserTag. Yes 3.7.0
systemTags The system tags. For more information, see CreateSystemTag. Yes 3.7.0
timeout Yes
Note:
  • When you create a VM instance in ZStack Cloud, you can set the QXL memory size by adding the qxlMemory option to SystemTags. The SystemTag is passed by using the qxlMemory parameter.
    • Format of the qxlMemory option: qxlMemory::ram::vram::vgamem
    • Example: qxlMemory::65536::32768::16384