From ed1b33acd6f4e461534889441139992c0ebdf7df Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Thu, 27 Apr 2023 12:51:05 -0400 Subject: [PATCH] docs: clarify quota allocation (#7310) --- docs/admin/quotas.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/admin/quotas.md b/docs/admin/quotas.md index 84ca425f40..bd52fd668c 100644 --- a/docs/admin/quotas.md +++ b/docs/admin/quotas.md @@ -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).