diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-04-05 13:50:44 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-04-05 13:53:04 +0400 |
commit | c382da389e0dcffe48c428695f4b29c1c6151bd4 (patch) | |
tree | b8dbc9bcdfee49f884eebcfce2ff234f64dddde8 /deploy/templates/virtual_environment/vms | |
parent | 4a360c5076f839c8b700638f9b85c3e630894826 (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>
Diffstat (limited to 'deploy/templates/virtual_environment/vms')
-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> |