From bc4158004c1356f721278708628444c5172a89a0 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 15 Jan 2025 09:07:42 +0100 Subject: [PATCH 1/3] Updated enterprise rates --- src/routes/pricing/compare-plans.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/pricing/compare-plans.svelte b/src/routes/pricing/compare-plans.svelte index 74d58901dd..4ec0f85f51 100644 --- a/src/routes/pricing/compare-plans.svelte +++ b/src/routes/pricing/compare-plans.svelte @@ -168,8 +168,7 @@ free: '10 SMS / month', pro: 'View rates', scale: 'View rates', - enterprise: - 'View rates' + enterprise: 'Custom' }, { title: 'Teams', From 5fd3f5838f49119e78527b4dc60282c6b0be10ee Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 15 Jan 2025 09:17:42 +0100 Subject: [PATCH 2/3] Fixed gb-hours page --- .../docs/advanced/platform/compute/+page.markdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/routes/docs/advanced/platform/compute/+page.markdoc b/src/routes/docs/advanced/platform/compute/+page.markdoc index db2924d991..60941a1f1b 100644 --- a/src/routes/docs/advanced/platform/compute/+page.markdoc +++ b/src/routes/docs/advanced/platform/compute/+page.markdoc @@ -5,7 +5,7 @@ description: Learn about Appwrite Functions compute add-ons and the different CP --- {% info title="Note" %} -Pricing changes will take effect on March 1st, 2025. Check out [this blog post](https://appwrite.io/blog/post/introducing-new-compute-capabilities-appwrite-functions) for more information. +Pricing changes will take effect on March 1st, 2025. Learn more on our [blog announcement](https://appwrite.io/blog/post/introducing-new-compute-capabilities-appwrite-functions) for more information. {% /info %} Appwrite's paid plans give you the ability to change your function's allocated CPU Cores and Memory, enabling functions and builds to perform more computionally demanding actions quicker. @@ -29,16 +29,16 @@ Appwrite Cloud has the following specifications available: 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 +# GB-Hours {% #gb-hours %} 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: -- Memory Allocation: Determine the amount of memory (in GB) that your application or function requires while running. +- Memory allocation: Determine the amount of memory (in GB) that your application or function requires while running. - Duration: Measure the total time (in hours) that the allocated memory is in use. - Calculation: Multiply the memory allocated by the duration to obtain the total GB-hours consumed. -Example: +**Example:** Assuming you have a function that requires 4 GB of memory to operate. If this function runs continuously for 2 hours, the compute resource usage would be: @@ -46,7 +46,7 @@ Assuming you have a function that requires 4 GB of memory to operate. If this fu This means the function has consumed 8 GB-hours of compute resources. -## Allocation and pricing plans +## Pricing {% #pricing %} - Free plan includes up to 100 GB-hours of execution and build time per month. From 88f5e68e37ddf671bc1569e1de3e6507de68b104 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 15 Jan 2025 09:18:18 +0100 Subject: [PATCH 3/3] Another fix --- src/routes/docs/advanced/platform/compute/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/advanced/platform/compute/+page.markdoc b/src/routes/docs/advanced/platform/compute/+page.markdoc index 60941a1f1b..117883c5d0 100644 --- a/src/routes/docs/advanced/platform/compute/+page.markdoc +++ b/src/routes/docs/advanced/platform/compute/+page.markdoc @@ -16,7 +16,7 @@ These options enable greater performance and flexibility, allowing developers to Appwrite Cloud has the following specifications available: -| Memory | CPU Cores | Hourly Usage | +| Memory | CPU cores | Hourly usage | |--------|-----------|--------------| | 512MB | 0.5 | 0.25 | | 512MB | 1 | 0.5 |