From 937d9d8cf17739f670dcf40528bdc59d70a3349b Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 5 Apr 2017 13:50:44 +0400 Subject: 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 (cherry picked from commit c382da389e0dcffe48c428695f4b29c1c6151bd4) --- deploy/templates/virtual_environment/vms/fuel.xml | 4 ++-- 1 file 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 @@ fuel - 2097152 - 2097152 + 4194304 + 4194304 2 /machine -- cgit 1.2.3-korg