Skip to content

Commit e152f29

Browse files
Adding Burstable family (#32)
Updated the quick-start managed services to add a blurb about new VM families. Also updated the screenshot to show the family selector on the VM Create page.
1 parent 4d5f861 commit e152f29

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

about/pricing.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ Standard VMs come with dedicated CPU, memory, and local block storage. You can t
7676

7777
### Burstable VMs
7878

79-
Burstable VMs come with shared CPUs. They provide provide a fraction of one vCPU and offer burst capacity at micro-intervals. Memory and block storage is currently dedicated to each VM. Burstable VMs are best suited for low-traffic websites, development and testing workloads, and AI agents.
79+
Burstable VMs come with shared CPUs. Each VM can utilize host cpu capacity up to 50% of the allocated vCPU and additionally burst up to 100% of the allocated vCPU at micro-intervals. Memory and block storage is currently dedicated to each VM. Burstable VMs are best suited for low-traffic websites, development and testing workloads, and AI agents.
8080

8181
| Virtual Machine | vCPU | Memory | Storage | Pricing |
8282
|:---------------:|:----:|:------:|:-------:|:---------------------------------:|
83-
| burstable-1 | 0.5 | 2GB | 10GB | \$0.00017/min <br/> (\$6.65/mo) |
84-
| burstable-2 | 1 | 4GB | 20GB | \$0.00033/min <br/> (\$13.40/mo) |
83+
| burstable-1 | 1 | 2GB | 10GB | \$0.00017/min <br/> (\$6.65/mo) |
84+
| burstable-2 | 2 | 4GB | 20GB | \$0.00033/min <br/> (\$13.40/mo) |
8585

8686
### Networking
8787

@@ -113,12 +113,12 @@ Standard Managed PostgreSQL comes with dedicated CPU, memory, and local block st
113113

114114
### Burstable PostgreSQL
115115

116-
Burstable Managed PostgreSQL comes with shared CPUs. They provide a fraction of one vCPU and offer burst capacity at micro-intervals. Memory and local block storage are currently dedicated to the database.
116+
Burstable Managed PostgreSQL comes with shared CPUs. Each VM can utilize host cpu capacity up to 50% of the allocated vCPU and additionally burst up to 100% of the allocated vCPU at micro-intervals. Memory and local block storage are currently dedicated to the database.
117117

118118
| PostgreSQL | vCPU | Memory | Storage | Monthly Price |
119119
|:------------:|:----:|:------:|:-------:|:-------------:|
120-
| burstable-1 | 0.5 | 2GB | 16GB | $12.41 |
121-
| burstable-2 | 1 | 4GB | 32GB | $24.81 |
120+
| burstable-1 | 1 | 2GB | 16GB | $12.41 |
121+
| burstable-2 | 2 | 4GB | 32GB | $24.81 |
122122

123123

124124
### Managed ParadeDB
176 KB
Loading

quick-start/managed-services.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ We require an active, valid credit card on file before you can create resources.
2222

2323
On the navigation menu, choose Compute service and then click on New Virtual Machine. This will take you to the VM creation page.
2424

25-
Here, you can choose your region, server size, and Linux distribution. You also need to add your public SSH key so that you can connect to the VM after creation.
25+
Here, you can choose your region, server family and size, and Linux distribution. You also need to add your public SSH key so that you can connect to the VM after creation.
26+
27+
We offer two server families - Standard and Burstable. Standard provides a dedicated CPU and 4GB of memory per vCPU. It is best suited for your general purpose and the most demanding workloads. Burstable provides a shared CPU with 2GB of memory per vCPU. It works best for variable workloads, low-traffic websites, development and testing workloads, and AI agents.
2628

2729
By default, we create a private subnet for each VM. If you have an existing private subnet, you can also choose to create your VM in that subnet. Each VM gets a private IPv4 and IPv6 address in your virtual network. The VM also gets a public IPv6 address for free and by default gets a public IPv4 address for a small fee.
2830

0 commit comments

Comments
 (0)