Skip to content

Commit

Permalink
Merge pull request #83 from vshn/add/quotas
Browse files Browse the repository at this point in the history
Add notes about the quotas
  • Loading branch information
Kidswiss authored Aug 23, 2023
2 parents d66c652 + cd2594f commit b38b281
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@
.Advanced
* xref:references/permissions.adoc[Namespace Permissions]
* xref:references/argocd.adoc[Usage with ArgoCD]
* xref:references/quotas.adoc[]
13 changes: 13 additions & 0 deletions docs/modules/ROOT/pages/references/quotas.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
= Quotas on cloudscale.ch

The resource quotas are in place to protect the APPUiO Cloud cloudscale.ch cluster from abusive resource consumption.
You might be familiar with the https://docs.appuio.cloud/user/references/default-quota.html[APPUiO Cloud default quotas].
However, AppCat has slightly higher quotas than APPUiO Cloud's default:

* 4.5 CPU limits/requests
* 16.5 Gb Memory limits/requests
These are to ensure that the `standard-8` and `plus-8` plans of each service should at least be available with one replica (if the service provides support for that).

If you need an instance with more resources than the quotas allow, then initially create an instance with fewer resources. Afterward, open a ticket with VSHN support.
Be sure to mention the name of the instance in the support ticket, so that the support engineer can find it.

0 comments on commit b38b281

Please sign in to comment.