-
Notifications
You must be signed in to change notification settings - Fork 10
docs(cloud): add hourly cost column to paid-tier pricing tables #484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -40,10 +40,12 @@ The Startup Tier includes essential features like **TLS** and **Automated Backup | |||||||||
| > | ||||||||||
| > The table below shows approximate monthly costs for different instance sizes (based on 730 hours/month), along with max graph dataset size (75% of RAM): | ||||||||||
| > | ||||||||||
| > | Instance Size (RAM) | Max Graph Dataset (GB) | Monthly Cost | | ||||||||||
| > | :--- | ---: | ---: | | ||||||||||
| > | 1 GB | 0.75 | $73/month* | | ||||||||||
| > | 2 GB | 1.5 | $146/month* | | ||||||||||
| > | Instance Size (RAM) | Max Graph Dataset (GB) | Hourly Cost | Monthly Cost | | ||||||||||
| > | :--- | ---: | ---: | ---: | | ||||||||||
| > | 1 GB | 0.75 | $0.100/hr | $73/month* | | ||||||||||
| > | 2 GB | 1.5 | $0.200/hr | $146/month* | | ||||||||||
|
Comment on lines
+45
to
+46
Comment on lines
+45
to
+46
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove or define the Line 45 and Line 46 use Suggested doc fix-> | 1 GB | 0.75 | $0.100/hr | $73/month* |
-> | 2 GB | 1.5 | $0.200/hr | $146/month* |
+> | 1 GB | 0.75 | $0.100/hr | $73/month |
+> | 2 GB | 1.5 | $0.200/hr | $146/month |📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||
| > | ||||||||||
| > Monthly Cost = Hourly Cost × 730 hours/month. | ||||||||||
| > | ||||||||||
| > You can estimate your monthly costs by multiplying your instance's memory allocation (in GB) by **$73**. | ||||||||||
| > | ||||||||||
|
|
||||||||||
Uh oh!
There was an error while loading. Please reload this page.