![]() |
Ribbon Documentation Portal will be unavailable Thursday February 2nd 2023 between 2:00 PM EST ~ 12:00 PM. More Info |
In this section:
For details on hardware and software requirements, refer to:
The VM instance must be powered down before updating memory and vCPU.
From the menu, click CPUs.The SBC SWe Lite supports 1, 2, 4 or 10 vCPUs.
Add vCPUs
From the menu, click Memory. Each SBC SWe Lite instance with 1 vCPU requires 1 GiB (1024 MiB) RAM; this amount is increased according to the number of vCPUs. Refer to SBC SWe Lite Hardware and Software Requirements.
Update Memory
To verify the updated values, see 290382295.
The VM instance must be powered down before updating memory and vCPU.
Click on Memory. Each SBC SWe Lite instance with 1 vCPU requires 1 GiB (1024 MiB) RAM; this amount is increased according to the number of vCPUs. Refer to SBC SWe Lite Hardware and Software Requirements.
Add memory
Click on Processor. The SBC SWe Lite supports 1, 2, 4 or 10 vCPUs.
Enter the desired virtual processors and click OK.
Add vCPUs
To verify the updated values, see 290382295.
Add a vCPU and increase RAM on the VM instance as follows:
The VM instance must be powered down before updating memory and vCPU
From the Hardware tab, click Memory.
Add Memory
From the Hardware tab, click CPUs.
Add vCPUs
To verify the updated values, see 290382295.
For Virtual Machine Requirements, refer to Virtual Machine Requirements - Microsoft Azure.
Change the VM size according to the instructions below. After upgrading from SBC SWe Lite 8.0.x to 8.1.0, update the VM size according to the software upgrade matrix, located here: Change VM Size Matrix.
Click on the desired VM. Select VM
From the menu, click Size.
Click Size
In the Search box, enter the desired size. Recommended VM sizes are listed here: Virtual Machine Requirements - Microsoft Azure.
Select Recommended Size
Click on one of the sizes presented.
At the bottom of the page, click Resize.
Perform these steps via PowerShell:
Run the following commands (per Azure RM PowerShell module):
### Azure RM ### Stop-AzureRmVM -ResourceGroupName $resourceGroup -Name $vmName -Force $vm = Get-AzureRmVM -ResourceGroupName $resourceGroup -VMName $vmName $vm.HardwareProfile.VmSize = "<newVMSize>" Update-AzureRmVM -VM $vm -ResourceGroupName $resourceGroup Start-AzureRmVM -ResourceGroupName $resourceGroup -Name $vmName
Verify CPU and Memory Updates - Example for KVM