config_tools: change some default value
Change default user vm memory size from 256 to 1024. Tracked-On: #8018 Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
32bc596129
commit
1993bc8283
|
@ -105,7 +105,7 @@ The size is a subset of the VM's total memory size specified on the Basic tab.</
|
|||
|
||||
<xs:complexType name="MemoryInfo">
|
||||
<xs:all>
|
||||
<xs:element name="size" minOccurs="0" default="256">
|
||||
<xs:element name="size" minOccurs="0" default="1024">
|
||||
<xs:annotation acrn:title="Memory size (MB)" acrn:views="basic" acrn:applicable-vms="pre-launched, post-launched">
|
||||
<xs:documentation>Specify the physical memory size allocated to this VM in megabytes.</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
|
Loading…
Reference in New Issue