diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2017-05-24 14:34:39 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2017-05-24 14:34:39 +0800 |
commit | 32bd34d9978c357013d81f657169f2dba47f732a (patch) | |
tree | e167fc1e2fadb9a59760a20e737c88be6d3ea8af /templates/virtual_environment/vms | |
parent | bfacd100e576a50be19447f7c1b6cea2ac55ebd0 (diff) |
enlarge the ram of all_in_one node
No the memory is not enough to creates vms in openstack to finish
functest cases.
Change-Id: I836ba43e8cd8a26a0dec3f5831cabcb9ae04e5da
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'templates/virtual_environment/vms')
-rw-r--r-- | templates/virtual_environment/vms/all_in_one.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/virtual_environment/vms/all_in_one.xml b/templates/virtual_environment/vms/all_in_one.xml index 4d08a68b..15f0305c 100644 --- a/templates/virtual_environment/vms/all_in_one.xml +++ b/templates/virtual_environment/vms/all_in_one.xml @@ -1,7 +1,7 @@ <domain type='kvm' id='4'> <name>all_in_one</name> - <memory unit='KiB'>4194304</memory> - <currentMemory unit='KiB'>4194304</currentMemory> + <memory unit='KiB'>16777216</memory> + <currentMemory unit='KiB'>16777216</currentMemory> <vcpu placement='static'>4</vcpu> <resource> <partition>/machine</partition> |