deployment: libvirt: give all-in-one 18G of RAM
All-in-one with 18G will provide over 2G of RAM for instances. For example, a test configuration with two instances each with 1G RAM. This amount is less than the 24G listed in controller_allinone.xml, however all-in-one had been setup to use controller.xml, which provides 16G, so technically the series of related commits is increasing the RAM for all-in-one from 16 to 18G. Partial-Bug: #1793214 Change-Id: Id6556da171f43ba52375c33b8ab85b6d6d60c74d Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
This commit is contained in:
parent
ec295b37c8
commit
6108c459c9
@ -1,7 +1,7 @@
|
||||
<domain type='kvm' id='164'>
|
||||
<name>NAME</name>
|
||||
<memory unit='MiB'>24576</memory>
|
||||
<currentMemory unit='MiB'>24576</currentMemory>
|
||||
<memory unit='GiB'>18</memory>
|
||||
<currentMemory unit='GiB'>18</currentMemory>
|
||||
<vcpu placement='static'>6</vcpu>
|
||||
<resource>
|
||||
<partition>/machine</partition>
|
||||
|
Loading…
Reference in New Issue
Block a user