File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments