3.9.3. Parameters Applied from Configuration Samples

The following parameters are applied to a virtual machine from a new configuration sample:

  • All memory-related parameters (both RAM and video). To view these parameters in a sample file, locate the <Memory> and <Video> elements.
  • All CPU-related parameters. To view these parameters in a sample file, locate the <Cpu> element.
  • IO and IOPS parameters. To view these parameters in a sample file, locate the <IoLimit> and <IopsLimit> elements, respectively.
  • Disk space parameter. To view this parameter in a sample file, locate the <Size> element enclosed in the <Hdd> element:
<Hdd id=0" dyn_lists="Partition 0">
<Index>0</Index>
<Size>65536</Size>
</Hdd>

The virtual disk to which the value of the <Size> element is applied is defined by the index number in the <Index> element. For example, in the example above, the disk space parameter (65536 MB) is applied to the virtual disk with index number 0. If the virtual machine does not have a virtual disk with the specified index, the parameter is ignored.