docs: clarify quota allocation (#7310)

This commit is contained in:
Eric Paulsen
2023-04-27 16:51:05 +00:00
committed by GitHub
parent fe323a159e
commit ed1b33acd6
+3 -2
View File
@@ -5,8 +5,9 @@ templates and assigning budgets to users. Users that exceed their budget will be
blocked from launching more workspaces until they either delete their other workspaces
or get their budget extended.
For example: A template is configured with a cost of 5 credits per day, and the user is
granted a budget of 15 credits per day. This budget limits the user to 3 concurrent workspaces.
For example: A template is configured with a cost of 5 credits per day,
and the user is granted 15 credits, which can be consumed by both started and
stopped workspaces. This budget limits the user to 3 concurrent workspaces.
Quotas are licensed with [Groups](./groups.md).