From: Alex Yang Date: Wed, 28 Jun 2017 01:41:51 +0000 (+0800) Subject: Enlarge the RAM of the nodes in virtual deployment X-Git-Tag: opnfv-5.0.RC1~70 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e51c2fb37bcc4fb2c37dabd3f75cd4a6dc0ae169;p=daisy.git Enlarge the RAM of the nodes in virtual deployment Now the RAM of controller node in virtual deploymeny is only 4GB. [root@host-10-20-11-6 ~]# free -h total used free shared buff/cache available Mem: 3.7G 3.2G 145M 1.7M 408M 191M Swap: 4.0G 4.0G 2.3M Since the RAM on the deploy server is at least 64GB (see installation guide), we can enlarge every node's RAM to improve the performance. Signed-off-by: Alex Yang Change-Id: Ie4e1297697e349a6b3edf0fa0c54eeeb94255ca8 Signed-off-by: Alex Yang --- diff --git a/templates/virtual_environment/vms/computer01.xml b/templates/virtual_environment/vms/computer01.xml index 290fe32f..66c54eb7 100644 --- a/templates/virtual_environment/vms/computer01.xml +++ b/templates/virtual_environment/vms/computer01.xml @@ -1,7 +1,7 @@ computer01 - 4194304 - 4194304 + 8388608 + 8388608 4 /machine diff --git a/templates/virtual_environment/vms/computer02.xml b/templates/virtual_environment/vms/computer02.xml index ada7e1a4..f176a1e4 100644 --- a/templates/virtual_environment/vms/computer02.xml +++ b/templates/virtual_environment/vms/computer02.xml @@ -1,7 +1,7 @@ computer02 - 4194304 - 4194304 + 8388608 + 8388608 4 /machine diff --git a/templates/virtual_environment/vms/computer03.xml b/templates/virtual_environment/vms/computer03.xml index 51a830cd..235ff745 100644 --- a/templates/virtual_environment/vms/computer03.xml +++ b/templates/virtual_environment/vms/computer03.xml @@ -1,7 +1,7 @@ computer03 - 4194304 - 4194304 + 8388608 + 8388608 4 /machine diff --git a/templates/virtual_environment/vms/computer04.xml b/templates/virtual_environment/vms/computer04.xml index 464d5b6b..2a5cd3aa 100644 --- a/templates/virtual_environment/vms/computer04.xml +++ b/templates/virtual_environment/vms/computer04.xml @@ -1,7 +1,7 @@ computer04 - 4194304 - 4194304 + 8388608 + 8388608 4 /machine diff --git a/templates/virtual_environment/vms/controller.xml b/templates/virtual_environment/vms/controller.xml index 5943e655..69424015 100644 --- a/templates/virtual_environment/vms/controller.xml +++ b/templates/virtual_environment/vms/controller.xml @@ -1,7 +1,7 @@ controller - 4194304 - 4194304 + 8388608 + 8388608 4 /machine diff --git a/templates/virtual_environment/vms/controller01.xml b/templates/virtual_environment/vms/controller01.xml index b55e1507..c432c310 100644 --- a/templates/virtual_environment/vms/controller01.xml +++ b/templates/virtual_environment/vms/controller01.xml @@ -1,7 +1,7 @@ controller01 - 4194304 - 4194304 + 8388608 + 8388608 4 /machine diff --git a/templates/virtual_environment/vms/controller02.xml b/templates/virtual_environment/vms/controller02.xml index d17a07a2..d13d00a9 100644 --- a/templates/virtual_environment/vms/controller02.xml +++ b/templates/virtual_environment/vms/controller02.xml @@ -1,7 +1,7 @@ controller02 - 4194304 - 4194304 + 8388608 + 8388608 4 /machine diff --git a/templates/virtual_environment/vms/controller03.xml b/templates/virtual_environment/vms/controller03.xml index 186868fb..c0622c62 100644 --- a/templates/virtual_environment/vms/controller03.xml +++ b/templates/virtual_environment/vms/controller03.xml @@ -1,7 +1,7 @@ controller03 - 4194304 - 4194304 + 8388608 + 8388608 4 /machine