Flavors: Difference between revisions

From bwCloud-OS
Jump to navigation Jump to search
Admin (talk | contribs)
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== VM Flavors ==
== VM Flavors ==


Below you find the available instance (VM) flavors, including CPU, memory, and disk size. These configurations are predefined and cannot be customized.
Below, you find the available instance (VM) flavors, including vCPUs, memory, and disk size. These configurations are predefined and cannot be customized.


{| class="wikitable"
{| class="wikitable"
Line 9: Line 9:
! Disk (GB)
! Disk (GB)
|-
|-
| m1.nano || 1 || 0.5 || 12
| <code>m1.nano</code> || 1 || 0.5 || 12
|-
|-
| m1.tiny || 1 || 1 || 12
| <code>m1.tiny</code> || 1 || 1 || 12
|-
|-
| m1.small || 1 || 2 || 12
| <code>m1.small</code> || 1 || 2 || 12
|-
|-
| m1.medium || 2 || 4 || 12
| <code>m1.medium</code> || 2 || 4 || 12
|-
|-
| m1.large || 4 || 8 || 12
| <code>m1.large</code> || 4 || 8 || 12
|-
|-
| m1.xlarge || 8 || 16 || 12
| <code>m1.xlarge</code> || 8 || 16 || 12
|-
|-
| m1.xxlarge || 16 || 32 || 12
| <code>m1.xxlarge</code> || 16 || 32 || 12
|-
|-
| win.medium || 2 || 4 || 60
| <code>win.medium</code> || 2 || 4 || 60
|-
|-
| win.large || 4 || 8 || 60
| <code>win.large</code> || 4 || 8 || 60
|-
|-
| win.xxlarge || 16 || 32 || 60
| <code>win.xxlarge</code> || 16 || 32 || 60
|}
|}

Latest revision as of 22:48, 21 October 2025

VM Flavors

Below, you find the available instance (VM) flavors, including vCPUs, memory, and disk size. These configurations are predefined and cannot be customized.

Name vCPUs RAM (GB) Disk (GB)
m1.nano 1 0.5 12
m1.tiny 1 1 12
m1.small 1 2 12
m1.medium 2 4 12
m1.large 4 8 12
m1.xlarge 8 16 12
m1.xxlarge 16 32 12
win.medium 2 4 60
win.large 4 8 60
win.xxlarge 16 32 60