mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: clarify quota allocation (#7310)
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user