diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-05-25 03:45:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-25 03:45:43 +0000 |
commit | 4d6bf1b0fc01c36b0ec9fe77cdfad608ca949ead (patch) | |
tree | fcfc1df5004350af23b73f82cdb09e2cd62a9c7b | |
parent | e878867423fc89155b5212d885a646c9d8059d05 (diff) | |
parent | 32bd34d9978c357013d81f657169f2dba47f732a (diff) |
Merge "enlarge the ram of all_in_one node"
-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> |