diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2017-06-28 09:41:51 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2017-06-28 09:53:57 +0800 |
commit | e51c2fb37bcc4fb2c37dabd3f75cd4a6dc0ae169 (patch) | |
tree | 361fb17717004d235538fc60d68616dae911784f /templates/virtual_environment/vms/controller02.xml | |
parent | 1fd049a5a3f22d629c3eada67e39081aded8d161 (diff) |
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 <yangyang1@zte.com.cn>
Change-Id: Ie4e1297697e349a6b3edf0fa0c54eeeb94255ca8
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'templates/virtual_environment/vms/controller02.xml')
-rw-r--r-- | templates/virtual_environment/vms/controller02.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <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> |