Skip to content

Commit

Permalink
Fix metadata and change GB Hour per hour to hourly usage
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Jan 9, 2025
1 parent d30d7cb commit 565e678
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/routes/docs/advanced/platform/compute/+page.markdoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: article
title: Compute
Learn about Appwrite Functions compute add-ons and the different CPU and memory options for function runtimes.```
description: Learn about Appwrite Functions compute add-ons and the different CPU and memory options for function runtimes.
---

{% info title="Note" %}
Expand All @@ -16,21 +16,21 @@ These options enable greater performance and flexibility, allowing developers to

Appwrite Cloud has the following specifications available:

| Memory | CPU Cores | GB Hours per hour |
|--------|-----------|-------------------|
| 512MB | 0.5 | 0.25 |
| 512MB | 1 | 0.5 |
| 1GB | 1 | 1 |
| 2GB | 2 | 4 |
| 4GB | 2 | 8 |
| 4GB | 4 | 16 |
| Memory | CPU Cores | Hourly Usage |
|--------|-----------|--------------|
| 512MB | 0.5 | 0.25 |
| 512MB | 1 | 0.5 |
| 1GB | 1 | 1 |
| 2GB | 2 | 4 |
| 4GB | 2 | 8 |
| 4GB | 4 | 16 |

{% info title="Note" %}
Only customers on either Pro or Scale are able to change their specification from the default 512MB & 0.5 CPU option. For custom compute options please contact our [sales team](https://appwrite.io/contact-us/enterprise).
{% /info %}

# GB-Hours
```suggestion

GB-hours is a metric used to quantify the consumption of compute resources by combining both memory usage and the duration of that usage. Specifically, it represents the number of gigabytes (GB) of memory utilized multiplied by the number of hours those resources are active. This metric provides a comprehensive view of resource usage over time, allowing for accurate tracking, optimization, and billing based on actual compute needs.

How It Works:
Expand Down

0 comments on commit 565e678

Please sign in to comment.