1016 B
1016 B
-
CPUs
(int32) - Number of CPU sockets. -
cpu_cores
(int32) - Number of CPU cores per socket. -
CPU_reservation
(int64) - Amount of reserved CPU resources in MHz. -
CPU_limit
(int64) - Upper limit of available CPU resources in MHz. -
CPU_hot_plug
(bool) - Enable CPU hot plug setting for virtual machine. Defaults tofalse
. -
RAM
(int64) - Amount of RAM in MB. -
RAM_reservation
(int64) - Amount of reserved RAM in MB. -
RAM_reserve_all
(bool) - Reserve all available RAM. Defaults tofalse
. Cannot be used together withRAM_reservation
. -
RAM_hot_plug
(bool) - Enable RAM hot plug setting for virtual machine. Defaults tofalse
. -
video_ram
(int64) - Amount of video memory in MB. -
NestedHV
(bool) - Enable nested hardware virtualization for VM. Defaults tofalse
.