Skip to content

Commit 84ccaf7

Browse files
authored
Merge pull request #4660 from vespa-engine/kkraune/quota
Add quota doc
2 parents 120766d + 36f9d98 commit 84ccaf7

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

_data/sidebar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ docs:
318318

319319
- title: Operations
320320
documents:
321+
- page: Quota
322+
url: /en/cloud/quota.html
321323
- page: Environments
322324
url: /en/operations/environments.html
323325
- page: Zones

en/cloud/quota.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
# Copyright Vespa.ai. All rights reserved.
3+
title: Quota
4+
---
5+
6+
<p>
7+
Tenants in Vespa Cloud have a quota that limits the amount of resources a tenant can use.
8+
The quota is expressed as <em>$/hour</em>,
9+
and is based on the maximum possible cost for a Vespa application.
10+
</p>
11+
<p>
12+
That means, if you are using <a href="autoscaling.html">autoscaling</a>,
13+
the quota it will use is based on the maximum configured size of the application.
14+
</p>
15+
<p>
16+
You can see how much quota your applications are using in the Vespa Cloud console.
17+
The quota a tenant has depends on the <a href="https://vespa.ai/pricing/">plan</a> the tenant is on:
18+
</p>
19+
<table class="table" style="max-width: 30%;">
20+
<thead>
21+
<tr>
22+
<th>Plan</th>
23+
<th class="is-right">Quota</th>
24+
</tr>
25+
</thead>
26+
<tbody>
27+
<tr>
28+
<td>Trial</td>
29+
<td class="is-right">$2/hour</td>
30+
</tr>
31+
<tr>
32+
<td>All other plans</td>
33+
<td class="is-right">$10/hour</td>
34+
</tr>
35+
</tbody>
36+
</table>
37+
<p>Contact <a href="https://vespa.ai/support">Support</a> to change the quota.</p>

0 commit comments

Comments
 (0)