@@ -5,8 +5,8 @@ and ensure equitable access to cloud resources. The quota system controls
5
5
instantaneous cost. For example, the system can ensure that every user in your
6
6
deployment has a spend rate lower than $10/day at any given moment.
7
7
8
- The Workspace Provisioner enforces quota on workspace start and stop operations.
9
- When users reach their quota, they can always unblock themselves by stopping or deleting
8
+ The workspace provisioner enforces quota during workspace start and stop operations.
9
+ When users reach their quota, they may unblock themselves by stopping or deleting
10
10
their workspace(s).
11
11
12
12
Quotas are licensed with [ Groups] ( ./groups.md ) .
@@ -61,7 +61,11 @@ In that template, the workspace consumes 10 quota credits when it's offline, and
61
61
## Establishing Budgets
62
62
63
63
Each group has a configurable Quota Allowance. A user's budget is calculated as
64
- the some of their groups' Quota Allowance. For example:
64
+ the sum of their allowances.
65
+
66
+ ![ group-settings] ( ../images/admin/quota-groups.png )
67
+
68
+ For example:
65
69
66
70
| Group Name | Quota Allowance |
67
71
| ---------- | --------------- |
@@ -71,12 +75,12 @@ the some of their groups' Quota Allowance. For example:
71
75
72
76
<br />
73
77
74
- | Username | Groups | Budget |
75
- | -------- | ----------------- | ------ |
76
- | jill | Frontend, Backend | 300 |
77
- | jack | Backend, Data | 500 |
78
- | sam | Data | 300 |
79
- | alex | Frontend | 100 |
78
+ | Username | Groups | Effective Budget |
79
+ | -------- | ----------------- | ---------------- |
80
+ | jill | Frontend, Backend | 300 |
81
+ | jack | Backend, Data | 500 |
82
+ | sam | Data | 300 |
83
+ | alex | Frontend | 100 |
80
84
81
85
## Quota Enforcement
82
86
@@ -85,6 +89,8 @@ build process dynamically calculates costs, so quota violation fails builds
85
89
as opposed to failing the build-triggering operation. For example, the Workspace
86
90
Create Form will never get held up by quota enforcement.
87
91
92
+ ![ build-log] ( ../images/admin/quota-buildlog.png )
93
+
88
94
## Up next
89
95
90
96
- [ Enterprise] ( ../enterprise.md )
0 commit comments