aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-04-05 13:50:44 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2017-04-07 07:45:23 +0000
commit937d9d8cf17739f670dcf40528bdc59d70a3349b (patch)
tree6a0a9bc5ed1f24bc98933572a3332850337ce2bc
parent68898be998129ab6793228000f3f4528783359bf (diff)
Double allocated memory of fuel master node
Rise up allocated memory of fuel master node for virtual envs in order to avoid swapping and improve performance of overall deployment process. Change-Id: I04b020b628a9c84f934a9d17e8be98d34fe2a085 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit c382da389e0dcffe48c428695f4b29c1c6151bd4)
-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>