mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
ova: increase to 1gb ram
This commit is contained in:
parent
7f13cab6d6
commit
51c4cd15bb
@ -2,11 +2,11 @@
|
|||||||
xmlns:cim="http://schemas.dmtf.org/wbem/wscim/1/common" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf"
|
xmlns:cim="http://schemas.dmtf.org/wbem/wscim/1/common" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf"
|
||||||
xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<References>
|
<References>
|
||||||
<File ovf:href="@DISK@.vmdk" ovf:id="file" ovf:size="@DISK_SIZE@"/>
|
<File ovf:href="@DISK@.vmdk" ovf:id="file" ovf:size="@OVA_SIZE@"/>
|
||||||
</References>
|
</References>
|
||||||
<DiskSection>
|
<DiskSection>
|
||||||
<Info>Virtual disk information</Info>
|
<Info>Virtual disk information</Info>
|
||||||
<Disk ovf:capacity="@DISK_SIZE@" ovf:diskId="disk" ovf:fileRef="file" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized"/>
|
<Disk ovf:capacity="@OVA_SIZE@" ovf:diskId="disk" ovf:fileRef="file" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized"/>
|
||||||
</DiskSection>
|
</DiskSection>
|
||||||
<NetworkSection>
|
<NetworkSection>
|
||||||
<Info>The list of logical networks</Info>
|
<Info>The list of logical networks</Info>
|
||||||
@ -21,8 +21,8 @@ xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemS
|
|||||||
<Info>Meta-information about the installed software</Info>
|
<Info>Meta-information about the installed software</Info>
|
||||||
<Product>LibreELEC</Product>
|
<Product>LibreELEC</Product>
|
||||||
<Vendor>LibreELEC</Vendor>
|
<Vendor>LibreELEC</Vendor>
|
||||||
<ProductUrl>http://libreelec.tv</ProductUrl>
|
<ProductUrl>https://libreelec.tv</ProductUrl>
|
||||||
<VendorUrl>http://libreelec.tv</VendorUrl>
|
<VendorUrl>https://libreelec.tv</VendorUrl>
|
||||||
</ProductSection>
|
</ProductSection>
|
||||||
<AnnotationSection>
|
<AnnotationSection>
|
||||||
<Info>A human-readable annotation</Info>
|
<Info>A human-readable annotation</Info>
|
||||||
@ -49,10 +49,10 @@ xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemS
|
|||||||
<Item>
|
<Item>
|
||||||
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits>
|
<rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits>
|
||||||
<rasd:Description>Memory Size</rasd:Description>
|
<rasd:Description>Memory Size</rasd:Description>
|
||||||
<rasd:ElementName>512MB of memory</rasd:ElementName>
|
<rasd:ElementName>1024MB of memory</rasd:ElementName>
|
||||||
<rasd:InstanceID>2</rasd:InstanceID>
|
<rasd:InstanceID>2</rasd:InstanceID>
|
||||||
<rasd:ResourceType>4</rasd:ResourceType>
|
<rasd:ResourceType>4</rasd:ResourceType>
|
||||||
<rasd:VirtualQuantity>512</rasd:VirtualQuantity>
|
<rasd:VirtualQuantity>1024</rasd:VirtualQuantity>
|
||||||
</Item>
|
</Item>
|
||||||
<Item ovf:required="false">
|
<Item ovf:required="false">
|
||||||
<rasd:Address>0</rasd:Address>
|
<rasd:Address>0</rasd:Address>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user