Enlarge the RAM of the nodes in virtual deployment 11/36611/1
authorAlex Yang <yangyang1@zte.com.cn>
Wed, 28 Jun 2017 01:41:51 +0000 (09:41 +0800)
committerAlex Yang <yangyang1@zte.com.cn>
Wed, 28 Jun 2017 01:53:57 +0000 (09:53 +0800)
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 <yangyang1@zte.com.cn>
Change-Id: Ie4e1297697e349a6b3edf0fa0c54eeeb94255ca8
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
templates/virtual_environment/vms/computer01.xml
templates/virtual_environment/vms/computer02.xml
templates/virtual_environment/vms/computer03.xml
templates/virtual_environment/vms/computer04.xml
templates/virtual_environment/vms/controller.xml
templates/virtual_environment/vms/controller01.xml
templates/virtual_environment/vms/controller02.xml
templates/virtual_environment/vms/controller03.xml

index 290fe32..66c54eb 100644 (file)
@@ -1,7 +1,7 @@
 <domain type='kvm' id='4'>
   <name>computer01</name>
-  <memory unit='KiB'>4194304</memory>
-  <currentMemory unit='KiB'>4194304</currentMemory>
+  <memory unit='KiB'>8388608</memory>
+  <currentMemory unit='KiB'>8388608</currentMemory>
   <vcpu placement='static'>4</vcpu>
   <resource>
     <partition>/machine</partition>
index ada7e1a..f176a1e 100644 (file)
@@ -1,7 +1,7 @@
 <domain type='kvm' id='4'>
   <name>computer02</name>
-  <memory unit='KiB'>4194304</memory>
-  <currentMemory unit='KiB'>4194304</currentMemory>
+  <memory unit='KiB'>8388608</memory>
+  <currentMemory unit='KiB'>8388608</currentMemory>
   <vcpu placement='static'>4</vcpu>
   <resource>
     <partition>/machine</partition>
index 51a830c..235ff74 100644 (file)
@@ -1,7 +1,7 @@
 <domain type='kvm' id='4'>
   <name>computer03</name>
-  <memory unit='KiB'>4194304</memory>
-  <currentMemory unit='KiB'>4194304</currentMemory>
+  <memory unit='KiB'>8388608</memory>
+  <currentMemory unit='KiB'>8388608</currentMemory>
   <vcpu placement='static'>4</vcpu>
   <resource>
     <partition>/machine</partition>
index 464d5b6..2a5cd3a 100644 (file)
@@ -1,7 +1,7 @@
 <domain type='kvm' id='4'>
   <name>computer04</name>
-  <memory unit='KiB'>4194304</memory>
-  <currentMemory unit='KiB'>4194304</currentMemory>
+  <memory unit='KiB'>8388608</memory>
+  <currentMemory unit='KiB'>8388608</currentMemory>
   <vcpu placement='static'>4</vcpu>
   <resource>
     <partition>/machine</partition>
index 5943e65..6942401 100644 (file)
@@ -1,7 +1,7 @@
 <domain type='kvm' id='4'>
   <name>controller</name>
-  <memory unit='KiB'>4194304</memory>
-  <currentMemory unit='KiB'>4194304</currentMemory>
+  <memory unit='KiB'>8388608</memory>
+  <currentMemory unit='KiB'>8388608</currentMemory>
   <vcpu placement='static'>4</vcpu>
   <resource>
     <partition>/machine</partition>
index b55e150..c432c31 100644 (file)
@@ -1,7 +1,7 @@
 <domain type='kvm' id='4'>
   <name>controller01</name>
-  <memory unit='KiB'>4194304</memory>
-  <currentMemory unit='KiB'>4194304</currentMemory>
+  <memory unit='KiB'>8388608</memory>
+  <currentMemory unit='KiB'>8388608</currentMemory>
   <vcpu placement='static'>4</vcpu>
   <resource>
     <partition>/machine</partition>
index d17a07a..d13d00a 100644 (file)
@@ -1,7 +1,7 @@
 <domain type='kvm' id='4'>
   <name>controller02</name>
-  <memory unit='KiB'>4194304</memory>
-  <currentMemory unit='KiB'>4194304</currentMemory>
+  <memory unit='KiB'>8388608</memory>
+  <currentMemory unit='KiB'>8388608</currentMemory>
   <vcpu placement='static'>4</vcpu>
   <resource>
     <partition>/machine</partition>
index 186868f..c0622c6 100644 (file)
@@ -1,7 +1,7 @@
 <domain type='kvm' id='4'>
   <name>controller03</name>
-  <memory unit='KiB'>4194304</memory>
-  <currentMemory unit='KiB'>4194304</currentMemory>
+  <memory unit='KiB'>8388608</memory>
+  <currentMemory unit='KiB'>8388608</currentMemory>
   <vcpu placement='static'>4</vcpu>
   <resource>
     <partition>/machine</partition>