aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-04-06 14:17:40 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-06 14:17:40 +0000
commit2e6b10e3767fd476b288415949b9d049174e00cc (patch)
treeec914d83bde48c9fe98c5fd5661af410b00b7464 /deploy
parent86eaf30b6b76d6ca1acbea243d2fdf100df43388 (diff)
parentc382da389e0dcffe48c428695f4b29c1c6151bd4 (diff)
Merge "Double allocated memory of fuel master node"
Diffstat (limited to 'deploy')
-rw-r--r--deploy/templates/virtual_environment/vms/fuel.xml4
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>