diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-04-06 14:17:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-06 14:17:40 +0000 |
commit | 2e6b10e3767fd476b288415949b9d049174e00cc (patch) | |
tree | ec914d83bde48c9fe98c5fd5661af410b00b7464 /deploy/templates | |
parent | 86eaf30b6b76d6ca1acbea243d2fdf100df43388 (diff) | |
parent | c382da389e0dcffe48c428695f4b29c1c6151bd4 (diff) |
Merge "Double allocated memory of fuel master node"
Diffstat (limited to 'deploy/templates')
-rw-r--r-- | deploy/templates/virtual_environment/vms/fuel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/templates/virtual_environment/vms/fuel.xml b/deploy/templates/virtual_environment/vms/fuel.xml index 5be6d398e..87f0cd4d8 100644 --- a/deploy/templates/virtual_environment/vms/fuel.xml +++ b/deploy/templates/virtual_environment/vms/fuel.xml @@ -1,7 +1,7 @@ <domain type='kvm'> <name>fuel</name> - <memory unit='KiB'>2097152</memory> - <currentMemory unit='KiB'>2097152</currentMemory> + <memory unit='KiB'>4194304</memory> + <currentMemory unit='KiB'>4194304</currentMemory> <vcpu placement='static'>2</vcpu> <resource> <partition>/machine</partition> |