Skip to content

Commit c7595ae

Browse files
committed
formatting
1 parent d14f7d0 commit c7595ae

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/routes/changelog/(entries)/2026-04-08.markdoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ You can now choose **independent compute specifications** for the **build** and
99

1010
# Sites
1111

12-
- Build specification: CPU and memory used while installing dependencies and producing your deployment artifact.
13-
- Runtime specification: CPU and memory used when your site handles traffic, including server-side rendering (SSR).
12+
- **Build specification:** CPU and memory used while installing dependencies and producing your deployment artifact.
13+
- **Runtime specification:** CPU and memory used when your site handles traffic, including server-side rendering (SSR).
1414

1515
# Functions
1616

17-
- Build specification: CPU and memory used while building and packaging your function deployment.
18-
- Runtime specification: CPU and memory available to each function execution.
17+
- **Build specification:** CPU and memory used while building and packaging your function deployment.
18+
- **Runtime specification:** CPU and memory available to each function execution.
1919

2020
Build steps (dependency installs, compilers, bundlers) often need different resources than steady execution or request handling. For example, a large frontend build may benefit from more RAM during CI-style build, while a lightweight API or static output might need fewer resources at runtime, or the opposite if runtime work is heavy. Setting build and runtime specs separately lets you align capacity with each phase instead of over-provisioning for both, which helps control cost as well as latency and reliability.
2121

22-
Configure these under each resource’s **Settings > Resource limits** in the [Appwrite Console](https://cloud.appwrite.io). On Appwrite Cloud, customizing specs beyond the default is available on the **Pro** plan; Starter organizations see an upgrade prompt when adjusting CPU and RAM.
22+
Configure these under each resource’s **Settings > Resource limits** in the [Appwrite Console](https://cloud.appwrite.io). On Appwrite Cloud, customizing specs beyond the default is **available on the Pro plan**; Starter organizations see an upgrade prompt when adjusting CPU and RAM.
2323

2424
{% arrow_link href="/docs/advanced/platform/compute" %}
2525
Read the Compute docs to learn more

0 commit comments

Comments
 (0)