CyberFlood: How to increase memory (RAM) on a CyberFlood controller from 8G to 16G? (VMWare, AWS, KVM)
Knowledge Base - FAQ
CyberFlood: How to increase memory (RAM) on a CyberFlood controller from 8G to 16G? (VMWare, AWS, KVM)
ESXi
1) Power off the VM
2) Edit the settings of your VM
3) Change the memory setting from 8GB to 16GB, if the unit is MB change it from 8192 to 16384 and save your changes.
4) Power on the VM.
AWS
1) Power off the VM
2) Edit the instance type of your instance after its stopped (should be t2.large with 2 vcpus and 8GB RAM)
3) From the drop down select the new instance type "t2.xlarge" (4vcpus 16GB RAM) & Save your changes by clickling "Apply".
4) Power on your VM
KVM
1) Power off the VM
2) Edit the settings of your VM: virsh edit
3) Change the memory and currentMemory to reflect 16GB. Note your XML if based on the example XML may be using the units "KiB", change the units to "GiB" and set the value to 16.
"kvm" id="7">
SPT-CF-KVM
"KiB">8290304
"KiB">8290304
...
to
"kvm" id="7">
SPT-CF-KVM
"GiB">16
"GiB">16
...
4) Save your changes.
5) Power on the VM.