Skip to content

Commit 05da776

Browse files
authored
Merge pull request #4386 from platformsh/4287-clarify-how-resources-work-on-upsun
feat: added paragraph about resources
2 parents e09d43f + 91ae03b commit 05da776

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

sites/upsun/src/manage-resources/_index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,14 @@ keywords:
1616
{{% vendor/name %}} allows you to configure resources (CPU, RAM, and disk) per environment for each of your apps and services.
1717
You can also add instances for each of your apps depending on your needs.
1818

19-
For information on costs related to resource usage, see the [{{% vendor/name %}} pricing page](https://upsun.com/pricing/).
19+
For information on costs related to resource usage, see the [{{% vendor/name %}} pricing page](https://upsun.com/pricing/).
20+
21+
## How resources work on Upsun
22+
23+
Projects on Upsun run on shared hosts, which means the processing power allocated to your containers can be dependent on resources other customers are using on the same hosts. Our orchestration layer works to ensure stable access to resources when possible, however some variability should be expected due to the shared infrastructure of our regions.
24+
25+
{{< note theme="info" >}}
26+
27+
It should be noted that projects are always kept **strictly isolated** from each other.
28+
29+
{{< /note >}}

0 commit comments

Comments
 (0)